Searched defs:IsHostCharDigit (Results 1 - 1 of 1) sorted by relevance

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

Completed in 82 milliseconds