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

/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/perf-3.12.0/tools/perf/util/
H A Dutil.h198 #undef isxdigit macro
225 #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/chromium_org/third_party/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)))) {
/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 219 milliseconds