Searched refs:IsAlphaNumeric (Results 1 – 3 of 3) sorted by relevance
39 return IsAlphaNumeric(c) || c == '$' || c == '_'; in IsAsciiIdentifier()42 inline bool IsAlphaNumeric(uc32 c) { in IsAlphaNumeric() function
21 inline bool IsAlphaNumeric(uc32 c);
206 if (IsAlphaNumeric(c)) { in IsUnescapePredicateInUriComponent()394 if (IsAlphaNumeric(c)) { in IsNotEscaped()