Searched refs:IsAsciiIdentifier (Results 1 – 4 of 4) sorted by relevance
168 IsAsciiIdentifier(c) ? Token::IDENTIFIER : in GetOneCharToken()203 (IsAsciiIdentifier(c) && !CanBeKeywordCharacter(c) in GetScanFlags()212 (!IsAsciiIdentifier(c) in GetScanFlags()
21 inline constexpr bool IsAsciiIdentifier(base::uc32 c);
24 inline constexpr bool IsAsciiIdentifier(base::uc32 c) { in IsAsciiIdentifier() function
432 return IsAsciiIdentifier(ch); in IsIdentifierPart()