Searched defs:IsASCII (Results 1 – 8 of 8) sorted by relevance
73 bool IsASCII(const Unit &U) { return IsASCII(U.data(), U.size()); } in IsASCII() function75 bool IsASCII(const uint8_t *Data, size_t Size) { in IsASCII() function
167 bool IsASCII(const Unit &U) { return IsASCII(U.data(), U.size()); } in IsASCII() function169 bool IsASCII(const uint8_t *Data, size_t Size) { in IsASCII() function
211 bool IsASCII() const { return AsStringView().IsASCII(); } in IsASCII() function
115 bool IsASCII() const { in IsASCII() function
1164 TEST(WideString, IsASCII) { in TEST() argument
283 static constexpr bool IsASCII(uint16_t c) { in IsASCII() function
481 static bool IsASCII (const char *s) in IsASCII() function579 bool dng_string::IsASCII () const in IsASCII() function in dng_string
244 static bool IsASCII(unsigned char c) { in IsASCII() function