Searched defs:IsASCII (Results 1 – 4 of 4) sorted by relevance
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
95 #define IsASCII(x) (x < 0x100) macro150 #define IsASCII(x) isascii((unsigned char)x) macro
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