Searched refs:currentChar (Results 1 – 5 of 5) sorted by relevance
449 #define currentChar() (state->parseBuffer[state->parseBufferIndex]) macro468 int c = currentChar(); in getTag()625 int c = currentChar(); in getString()732 int c = currentChar(); in getNumber()799 int c = currentChar(); in getCFEncodedData()855 c = currentChar(); in getHexData()921 c = currentChar(); in yylex()
249 #define currentChar() (parseBuffer[parseBufferIndex]) macro277 c = currentChar(); in yylex()301 if (currentChar() != 'f') return SYNTAX_ERROR; in yylex()
1855 #define currentChar() (parseBuffer[parseBufferIndex]) macro1885 c = currentChar(); in yylex()1923 if (currentChar() != 'f') { in yylex()
2060 #define currentChar() (state->parseBuffer[state->parseBufferIndex]) macro2079 int c = currentChar(); in getTag()2236 int c = currentChar(); in getString()2343 int c = currentChar(); in getNumber()2410 int c = currentChar(); in getCFEncodedData()2466 c = currentChar(); in getHexData()2532 c = currentChar(); in yylex()