Searched refs:IsASCII (Results 1 - 3 of 3) sorted by relevance

/external/libedit/src/
H A Dchartype.h95 #define IsASCII(x) (x < 0x100) macro
150 #define IsASCII(x) isascii((unsigned char)x) macro
H A Dchartype.c350 else if (IsASCII(c) && Iscntrl(c))
/external/compiler-rt/lib/asan/
H A Dasan_report.cc187 static bool IsASCII(unsigned char c) { function in namespace:__asan
208 if (c == '\0' || !IsASCII(c)) return;

Completed in 1374 milliseconds