Searched refs:IsAlphaNumeric (Results 1 – 4 of 4) sorted by relevance
25 return IsAlphaNumeric(c) || c == '$' || c == '_'; in IsAsciiIdentifier()28 inline constexpr bool IsAlphaNumeric(base::uc32 c) { in IsAlphaNumeric() function73 return IsAlphaNumeric(c) || c == '_'; in IsRegExpWord()
22 inline constexpr bool IsAlphaNumeric(base::uc32 c);
214 if (IsAlphaNumeric(c)) { in IsUnescapePredicateInUriComponent()407 if (IsAlphaNumeric(c)) { in IsNotEscaped()
658 while ((cur < str.length()) && IsAlphaNumeric(str[cur])) cur++; in SCAN_EITHER_FORWARD()