Searched refs:isObviouslySimpleCharacter (Results 1 – 2 of 2) sorted by relevance
590 if (isObviouslySimpleCharacter(Ptr[0])) { in getCharAndSizeNoWarn()659 static bool isObviouslySimpleCharacter(char C) { in isObviouslySimpleCharacter() function670 if (isObviouslySimpleCharacter(Ptr[0])) return *Ptr++; in getAndAdvanceChar()698 if (isObviouslySimpleCharacter(Ptr[0])) { in getCharAndSize()
801 if (Invalid || (CharNo == 0 && Lexer::isObviouslySimpleCharacter(*TokPtr))) in getTokenPrefixLength()809 while (Lexer::isObviouslySimpleCharacter(*TokPtr)) { in getTokenPrefixLength()829 if (!Lexer::isObviouslySimpleCharacter(*TokPtr)) in getTokenPrefixLength()