Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/base/strings/
H A Dstring_util.h417 inline bool IsAsciiAlphaNumeric(Char c) { in IsAsciiAlphaNumeric() function
444 return c > 0x20 && c < 0x7f && !IsAsciiAlphaNumeric(c); in IsAsciiPunctuation()