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

  /bionic/libc/upstream-openbsd/lib/libc/gen/
isctype.c 117 #undef isxdigit macro
119 isxdigit(int c) function
  /development/ndk/platforms/android-3/include/
ctype.h 82 int isxdigit(int);
152 __CTYPE_INLINE int isxdigit(int c) function
  /development/ndk/platforms/android-3/include/linux/
ctype.h 36 #define isxdigit(c) ((__ismask(c)&(_D|_X)) != 0) macro
  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
util.h 198 #undef isxdigit macro
225 #define isxdigit(x) \ macro
  /external/chromium_org/third_party/protobuf/src/google/protobuf/stubs/
strutil.cc 65 #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)))) {
    [all...]
  /external/openssl/
e_os.h 307 # undef isxdigit macro

Completed in 1004 milliseconds