Home
last modified time | relevance | path

Searched refs:IsHostCharAlphanumeric (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/net/base/
Dnet_util.cc248 inline bool IsHostCharAlphanumeric(char c) { in IsHostCharAlphanumeric() function
266 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()