Searched refs:isIdentifierStartChar (Results 1 – 1 of 1) sorted by relevance
37 static inline bool isIdentifierStartChar (int ch) in isIdentifierStartChar() function44 return isIdentifierStartChar(ch) || de::inRange<int>(ch, '0', '9') || (ch == '-') || (ch == '_'); in isIdentifierChar()197 else if (isIdentifierStartChar(curChar)) in advance()