Searched refs:IsAsciiIdentifier (Results 1 – 3 of 3) sorted by relevance
38 inline bool IsAsciiIdentifier(uc32 c) { in IsAsciiIdentifier() function
19 inline bool IsAsciiIdentifier(uc32 c);
1251 while (IsAsciiIdentifier(c0_)) { in ScanIdentifierOrKeyword()1273 } while (IsAsciiIdentifier(c0_)); in ScanIdentifierOrKeyword()