Searched defs:IsAscii (Results 1 – 4 of 4) sorted by relevance
115 bool IsAscii(char c) { return U8_IS_SINGLE((uint8_t)c); } in IsAscii() function117 bool IsAscii(UChar32 c) { return U8_LENGTH(c) == 1; } in IsAscii() function
12 TEST(StringUtilTest, IsAscii) { in TEST() argument
16 bool IsAscii(std::string_view str) { in IsAscii() function
388 bool IsAscii() const in IsAscii() function630 bool IsAscii() const in IsAscii() function