Searched defs:IsASCII (Results 1 - 4 of 4) sorted by relevance

/external/llvm/lib/Fuzzer/
H A DFuzzerUtil.cpp89 bool IsASCII(const Unit &U) { function in namespace:fuzzer
/external/libedit/src/
H A Dchartype.h95 #define IsASCII(x) (x < 0x100) macro
150 #define IsASCII(x) isascii((unsigned char)x) macro
/external/dng_sdk/source/
H A Ddng_string.cpp481 static bool IsASCII (const char *s) function
579 bool dng_string::IsASCII () const function in class:dng_string
582 return ::IsASCII (Get ());
642 if (::IsASCII (s))
760 if (IsASCII ())
802 if (::IsASCII (s))
860 if (IsASCII ())
884 if (::IsASCII (s))
1076 if (::IsASCII (s))
2069 if (!IsASCII ())
[all...]
/external/compiler-rt/lib/asan/
H A Dasan_report.cc243 static bool IsASCII(unsigned char c) { function in namespace:__asan
264 if (c == '\0' || !IsASCII(c)) return;

Completed in 346 milliseconds