Home
last modified time | relevance | path

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

/external/chromium/net/base/
Dnet_util.cc1399 inline bool IsHostCharDigit(char c) { in IsHostCharDigit() function
1416 if (!most_recent_component_started_alpha && !IsHostCharDigit(c)) in IsCanonicalizedHostCompliant()
1424 } else if (IsHostCharAlpha(c) || IsHostCharDigit(c)) { in IsCanonicalizedHostCompliant()