HomeSort by relevance Sort by last modified time
    Searched refs:ISDIGIT (Results 1 - 24 of 24) sorted by null

  /external/bison/lib/
strverscmp.c 39 /* ISDIGIT differs from isdigit, as follows:
43 POSIX says that only '0' through '9' are digits. Prefer ISDIGIT to
46 #define ISDIGIT(c) ((unsigned int) (c) - '0' <= 9)
101 state = S_N | ((c1 == '0') + (ISDIGIT (c1) != 0));
108 state |= (c1 == '0') + (ISDIGIT (c1) != 0);
111 state = result_type[state << 2 | ((c2 == '0') + (ISDIGIT (c2) != 0))];
119 while (ISDIGIT (*p1++))
120 if (!ISDIGIT (*p2++))
123 return ISDIGIT (*p2) ? -1 : diff
    [all...]
  /ndk/sources/host-tools/sed-4.2.1/lib/
strverscmp.c 41 /* ISDIGIT differs from isdigit, as follows:
45 POSIX says that only '0' through '9' are digits. Prefer ISDIGIT to
46 isdigit unless it's important to use the locale's definition
48 #define ISDIGIT(c) ((unsigned int) (c) - '0' <= 9)
103 state = S_N | ((c1 == '0') + (ISDIGIT (c1) != 0));
110 state |= (c1 == '0') + (ISDIGIT (c1) != 0);
113 state = result_type[state << 2 | ((c2 == '0') + (ISDIGIT (c2) != 0))];
121 while (ISDIGIT (*p1++))
122 if (!ISDIGIT (*p2++)
    [all...]
  /system/core/sh/
syntax.h 54 #define ISDIGIT 01 /* a digit */
76 #define is_special(c) ((is_type+SYNBASE)[c] & (ISSPECL|ISDIGIT))
  /external/icu4c/io/
uprntf_p.c     [all...]
uscanf_p.c 58 #define ISDIGIT(s) (s) == DIGIT_ZERO || \
138 if(ISDIGIT(*s)) {
144 if(ISDIGIT(*s)) {
147 while(ISDIGIT(*s)) {
189 if(ISDIGIT(*s)){
192 while(ISDIGIT(*s)) {
    [all...]
  /external/valgrind/main/coregrind/m_demangle/
cplus-dem.c 513 if (! ISDIGIT ((unsigned char)**type))
516 while (ISDIGIT ((unsigned char)**type))
527 while (ISDIGIT ((unsigned char) **type))
555 if (!ISDIGIT ((unsigned char)**mangled))
964 if (ISDIGIT ((unsigned char) mangled[len0 - 1])) {
965 for (i = len0 - 2; i >= 0 && ISDIGIT ((unsigned char) mangled[i]); i -= 1)
    [all...]
safe-ctype.h 93 #define ISDIGIT(c) _sch_test(c, _sch_isdigit)
132 #undef isdigit macro
133 #define isdigit(c) do_not_use_isdigit_with_safe_ctype macro
  /external/bluetooth/bluedroid/btif/src/
btif_util.c 55 #define ISDIGIT(a) ((a>='0') && (a<='9'))
190 if (ISDIGIT (*p_ascii))
198 if (ISDIGIT (*p_ascii))
  /ndk/sources/host-tools/sed-4.2.1/
basicdefs.h 154 #define ISDIGIT(c) (ISASCII (c) && isdigit (c))
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
safe-ctype.h 93 #define ISDIGIT(c) _sch_test(c, _sch_isdigit)
129 #undef isdigit macro
130 #define isdigit(c) do_not_use_isdigit_with_safe_ctype macro
defaults.h 86 if (i < thissize - 1 && ISDIGIT(p[i + 1])) \
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
safe-ctype.h 93 #define ISDIGIT(c) _sch_test(c, _sch_isdigit)
129 #undef isdigit macro
130 #define isdigit(c) do_not_use_isdigit_with_safe_ctype macro
defaults.h 86 if (i < thissize - 1 && ISDIGIT(p[i + 1])) \
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
safe-ctype.h 93 #define ISDIGIT(c) _sch_test(c, _sch_isdigit)
129 #undef isdigit macro
130 #define isdigit(c) do_not_use_isdigit_with_safe_ctype macro
defaults.h 86 if (i < thissize - 1 && ISDIGIT(p[i + 1])) \
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
safe-ctype.h 93 #define ISDIGIT(c) _sch_test(c, _sch_isdigit)
129 #undef isdigit macro
130 #define isdigit(c) do_not_use_isdigit_with_safe_ctype macro
defaults.h 86 if (i < thissize - 1 && ISDIGIT(p[i + 1])) \
    [all...]
  /ndk/sources/host-tools/make-3.81/glob/
fnmatch.c 79 # define ISDIGIT(c) (ISASCII (c) && isdigit (c))
380 || (STREQ (str, "digit") && ISDIGIT ((unsigned char) *n))
  /ndk/sources/host-tools/sed-4.2.1/sed/
compile.c 288 while (ISDIGIT(ch))
814 else if (posixicity == POSIXLY_BASIC && !ISDIGIT (*p))
1000 else if (ISDIGIT(ch))
1223 if (ISDIGIT(ch) && posixicity != POSIXLY_BASIC)
    [all...]
  /ndk/sources/host-tools/make-3.81/
make.h 295 /* ISDIGIT offers the following features:
301 only '0' through '9' are digits. Prefer ISDIGIT to isdigit() unless
304 #define ISDIGIT(c) ((unsigned) (c) - '0' <= 9)
main.c     [all...]
variable.c 237 && (*name < 'A' || *name > 'Z') && !ISDIGIT(*name))
    [all...]
function.c 749 if (!ISDIGIT (*s)) /* ISDIGIT only evals its arg once: see make.h. */
    [all...]
  /external/chromium/third_party/libevent/
evdns.c 383 #define ISDIGIT(c) isdigit((int)(unsigned char)(c))
    [all...]

Completed in 2365 milliseconds