Searched defs:isxdigit (Results 1 - 7 of 7) sorted by relevance

/external/webkit/Source/JavaScriptCore/wtf/
H A DDisallowCType.h52 #undef isxdigit macro
69 #define isxdigit isxdigit_WTF_Please_use_ASCIICType_instead_of_ctype_see_comment_in_ASCIICType_h macro
/external/kernel-headers/original/linux/
H A Dctype.h32 #define isxdigit(c) ((__ismask(c)&(_D|_X)) != 0) macro
/external/stlport/stlport/
H A Dctype.h59 # undef isxdigit macro
75 __inline int (isxdigit)(int c) { return _isctype(c, _HEX); } function
/external/linux-tools-perf/util/
H A Dutil.h230 #undef isxdigit macro
249 #define isxdigit(x) \ macro
/external/valgrind/main/coregrind/m_demangle/
H A Dsafe-ctype.h146 #undef isxdigit macro
147 #define isxdigit(c) do_not_use_isxdigit_with_safe_ctype macro
/external/openssl/
H A De_os.h307 # undef isxdigit macro
/external/protobuf/src/google/protobuf/stubs/
H A Dstrutil.cc65 #undef isxdigit macro
72 inline bool isxdigit(char c) { function in namespace:google::protobuf
249 assert(isxdigit(c));
307 if (!isxdigit(p[1])) {
318 while (isxdigit(p[1])) // arbitrarily many hex digits
332 if (isxdigit(p[1])) { // Look one char ahead.
349 if (isxdigit(p[1])) { // Look one char ahead.
452 (last_hex_escape && isxdigit(*src)))) {

Completed in 397 milliseconds