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

/external/valgrind/coregrind/m_demangle/
H A Dsafe-ctype.h146 #undef isxdigit macro
147 #define isxdigit(c) do_not_use_isxdigit_with_safe_ctype 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
287 assert(isxdigit(c));
345 if (!isxdigit(p[1])) {
356 while (isxdigit(p[1])) // arbitrarily many hex digits
370 if (isxdigit(p[1])) { // Look one char ahead.
387 if (isxdigit(p[1])) { // Look one char ahead.
490 (last_hex_escape && isxdigit(*src)))) {

Completed in 196 milliseconds