HomeSort by relevance Sort by last modified time
    Searched defs:isdigit (Results 1 - 25 of 61) sorted by null

1 2 3

  /external/syslinux/gpxe/src/include/
ctype.h 11 #define isdigit(c) ((c) >= '0' && (c) <= '9') macro
  /device/linaro/bootloader/arm-trusted-firmware/include/lib/stdlib/sys/
ctype.h 50 #define isdigit(c) ((c) >= '0' && (c) <= '9') macro
51 #define isxdigit(c) (isdigit(c) \
  /device/linaro/bootloader/edk2/StdLib/Include/
ctype.h 35 /** The isalnum function tests for any character for which isalpha or isdigit
47 alphabetic characters for which none of iscntrl, isdigit, ispunct, or
78 /** The isdigit function tests for any decimal-digit character.
85 int isdigit(int c);
98 isdigit, ispunct, or isspace is true. In the "C" locale, islower returns
145 isdigit, ispunct, or isspace is true. In the "C" locale, isupper returns
227 #define isdigit(c) (__isCClass( (int)c, (_CD))) macro
  /device/linaro/bootloader/edk2/StdLib/LibC/Ctype/
CClass.c 39 /** The isalnum function tests for any character for which isalpha or isdigit
57 alphabetic characters for which none of iscntrl, isdigit, ispunct, or
89 /** The isdigit function tests for any decimal-digit character.
97 isdigit( function
121 isdigit, ispunct, or isspace is true. In the "C" locale, islower returns
192 isdigit, ispunct, or isspace is true. In the "C" locale, isupper returns
  /external/libcxx/include/
ctype.h 21 int isdigit(int c);
47 #undef isdigit macro
  /prebuilts/clang/host/darwin-x86/clang-4053586/include/c++/v1/
ctype.h 21 int isdigit(int c);
56 #undef isdigit macro
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/c++/v1/
ctype.h 21 int isdigit(int c);
47 #undef isdigit macro
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/c++/v1/
ctype.h 21 int isdigit(int c);
47 #undef isdigit macro
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/c++/v1/
ctype.h 21 int isdigit(int c);
47 #undef isdigit macro
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/c++/v1/
ctype.h 21 int isdigit(int c);
47 #undef isdigit macro
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/c++/v1/
ctype.h 21 int isdigit(int c);
47 #undef isdigit macro
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/c++/v1/
ctype.h 21 int isdigit(int c);
47 #undef isdigit macro
  /prebuilts/clang/host/linux-x86/clang-4053586/include/c++/v1/
ctype.h 21 int isdigit(int c);
56 #undef isdigit macro
  /prebuilts/clang/host/linux-x86/clang-4393122/include/c++/v1/
ctype.h 21 int isdigit(int c);
47 #undef isdigit macro
  /prebuilts/clang/host/linux-x86/clang-4479392/include/c++/v1/
ctype.h 21 int isdigit(int c);
47 #undef isdigit macro
  /prebuilts/clang/host/linux-x86/clang-4579689/include/c++/v1/
ctype.h 21 int isdigit(int c);
47 #undef isdigit macro
  /prebuilts/clang/host/linux-x86/clang-4630689/include/c++/v1/
ctype.h 21 int isdigit(int c);
47 #undef isdigit macro
  /prebuilts/clang/host/linux-x86/clang-4639204/include/c++/v1/
ctype.h 21 int isdigit(int c);
47 #undef isdigit macro
  /prebuilts/clang/host/linux-x86/clang-4691093/include/c++/v1/
ctype.h 21 int isdigit(int c);
47 #undef isdigit macro
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/include/
ctype.h 21 int isdigit(int c);
47 #undef isdigit macro
  /bionic/libc/upstream-openbsd/lib/libc/gen/
isctype.c 72 #undef isdigit macro
74 isdigit(int c) function
78 DEF_STRONG(isdigit); variable
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
bytes_methods.h 42 #define ISDIGIT(c) Py_ISDIGIT(c)
53 #undef isdigit macro
54 #define isdigit(c) undefined_isdigit(c) macro
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
bytes_methods.h 42 #define ISDIGIT(c) Py_ISDIGIT(c)
53 #undef isdigit macro
54 #define isdigit(c) undefined_isdigit(c) macro
  /external/python/cpython2/Include/
bytes_methods.h 42 #define ISDIGIT(c) Py_ISDIGIT(c)
53 #undef isdigit macro
54 #define isdigit(c) undefined_isdigit(c) macro
  /prebuilts/gdb/darwin-x86/include/python2.7/
bytes_methods.h 42 #define ISDIGIT(c) Py_ISDIGIT(c)
53 #undef isdigit macro
54 #define isdigit(c) undefined_isdigit(c) macro

Completed in 583 milliseconds

1 2 3