HomeSort by relevance Sort by last modified time
    Searched defs:IsASCII (Results 1 - 4 of 4) sorted by null

  /external/llvm/lib/Fuzzer/
FuzzerUtil.cpp 89 bool IsASCII(const Unit &U) {
  /external/libedit/src/
chartype.h 95 #define IsASCII(x) (x < 0x100)
150 #define IsASCII(x) isascii((unsigned char)x)
  /external/dng_sdk/source/
dng_string.cpp 481 static bool IsASCII (const char *s)
579 bool dng_string::IsASCII () const
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))
    [all...]
  /external/compiler-rt/lib/asan/
asan_report.cc 243 static bool IsASCII(unsigned char c) {
264 if (c == '\0' || !IsASCII(c)) return;
    [all...]

Completed in 633 milliseconds