Searched defs:IsAscii (Results 1 – 5 of 5) sorted by relevance
16 TEST(StringUtilsUnittest, IsAscii) { in TEST() argument
13 bool IsAscii(unsigned char letter) { in IsAscii() function
1312 TEST(IsAscii) { in TEST() argument
2092 static IsAsciiOpt IsAscii; variable
8874 static inline bool IsAscii(const char* chars, int length) { in IsAscii() function8878 static inline bool IsAscii(const uint8_t* chars, int length) { in IsAscii() function