Searched refs:IsAsciiAlpha (Results 1 – 2 of 2) sorted by relevance
150 if (!base::IsAsciiAlpha(ch) && !base::IsAsciiDigit(ch)) { in GetContentType()
337 inline bool IsAsciiAlpha(Char c) { in IsAsciiAlpha() function