Searched refs:IsHostCharAlphanumeric (Results 1 – 1 of 1) sorted by relevance
248 inline bool IsHostCharAlphanumeric(char c) { in IsHostCharAlphanumeric() function266 most_recent_component_started_alphanumeric = IsHostCharAlphanumeric(c); in IsCanonicalizedHostCompliant()275 } else if (IsHostCharAlphanumeric(c) || (c == '-')) { in IsCanonicalizedHostCompliant()286 (!desired_tld.empty() && IsHostCharAlphanumeric(desired_tld[0])); in IsCanonicalizedHostCompliant()