Searched refs:IsHostCharDigit (Results 1 – 1 of 1) sorted by relevance
1399 inline bool IsHostCharDigit(char c) { in IsHostCharDigit() function1416 if (!most_recent_component_started_alpha && !IsHostCharDigit(c)) in IsCanonicalizedHostCompliant()1424 } else if (IsHostCharAlpha(c) || IsHostCharDigit(c)) { in IsCanonicalizedHostCompliant()