Searched refs:IsAsciiAlphaNumeric (Results 1 – 1 of 1) sorted by relevance
417 inline bool IsAsciiAlphaNumeric(Char c) { in IsAsciiAlphaNumeric() function444 return c > 0x20 && c < 0x7f && !IsAsciiAlphaNumeric(c); in IsAsciiPunctuation()