Searched defs:IsASCII (Results 1 – 11 of 11) 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
274 static bool IsASCII(unsigned char c) { return /*0x00 <= c &&*/ c <= 0x7F; } in IsASCII() function
244 static bool IsASCII(unsigned char c) { in IsASCII() function
607 bool IsASCII = Obj.Flags & Opt::ASCII, IsVirtKey = Obj.Flags & Opt::VIRTKEY; in writeSingleAccelerator() local
806 bool IsASCII = DbgVariables == DVASCII; in getLineChar() local