Searched defs:IsASCII (Results 1 – 7 of 7) 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
201 bool IsASCII() const { return AsStringView().IsASCII(); } in IsASCII() function
117 bool IsASCII() const { in IsASCII() function
1098 TEST(WideString, IsASCII) { in TEST() argument
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