Searched defs:IsAscii (Results 1 – 2 of 2) 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
388 bool IsAscii() const in IsAscii() function630 bool IsAscii() const in IsAscii() function