Searched refs:IsIdentifierFirstChar (Results 1 – 4 of 4) sorted by relevance
186 bool Tokenizer::IsIdentifierFirstChar(char c) { in IsIdentifierFirstChar() function in Tokenizer193 return IsIdentifierFirstChar(c) || base::IsAsciiDigit(c); in IsIdentifierContinuingChar()212 if (IsIdentifierFirstChar(next_char)) in ClassifyToken()
48 static bool IsIdentifierFirstChar(char c);
182 if (!Tokenizer::IsIdentifierFirstChar(input[*i])) { in AppendStringInterpolation()
112 if (!Tokenizer::IsIdentifierFirstChar(buffer[0])) in IsIdentifier()