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

1 2 3 4 5

  /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
44 isdigit unless it's important to use the locale's definition
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++)
    [all...]
  /toolchain/binutils/binutils-2.25/libiberty/
strverscmp.c 130 state = S_N | ((c1 == '0') + (ISDIGIT (c1) != 0));
137 state |= (c1 == '0') + (ISDIGIT (c1) != 0);
140 state = result_type[state << 2 | (((c2 == '0') + (ISDIGIT (c2) != 0)))];
148 while (ISDIGIT (*p1++))
149 if (!ISDIGIT (*p2++))
152 return ISDIGIT (*p2) ? -1 : diff;
strtod.c 106 if (ISDIGIT (*p) || *p == '.')
109 while (ISDIGIT (*p) || (!got_dot && *p == '.'))
123 if (ISDIGIT (p[i]))
125 while (ISDIGIT (p[i]))
strtol.c 141 if (ISDIGIT(c))
strtoll.c 149 if (ISDIGIT(c))
strtoul.c 91 if (ISDIGIT(c))
strtoull.c 96 if (ISDIGIT(c))
_doprnt.c 101 while (ISDIGIT(*ptr)) /* Handle explicit numeric value. */
110 while (ISDIGIT(*ptr)) /* Handle explicit numeric value. */
cplus-dem.c 498 if (! ISDIGIT ((unsigned char)**type))
501 while (ISDIGIT ((unsigned char)**type))
512 while (ISDIGIT ((unsigned char) **type))
540 if (!ISDIGIT ((unsigned char)**mangled))
927 while (ISLOWER(*p) || ISDIGIT (*p)
928 || (p[0] == '_' && (ISLOWER (p[1]) || ISDIGIT (p[1]))));
1061 if (ISDIGIT (*p))
1066 while (ISDIGIT (*p) || (p[0] == '_' && ISDIGIT (p[1])));
1114 while (ISDIGIT (*p)
    [all...]
d-demangle.c 437 while (ISDIGIT (*mangled))
605 if (ISDIGIT (*mangled))
619 if (ISDIGIT (mangled[3]) && mangled[3] != '0')
779 while (ISDIGIT (*mangled))
872 while (ISDIGIT (*mangled))
1167 if (mangled && !ISDIGIT (*mangled))
1175 while (mangled && ISDIGIT (*mangled));
  /external/c-ares/
inet_net_pton.c 113 } else if (ISASCII(ch) && ISDIGIT(ch)) {
124 ISASCII(ch) && ISDIGIT(ch));
133 if (!ISASCII(ch) || !ISDIGIT(ch))
141 ISDIGIT(src[0]) && dst > odst) {
151 } while ((ch = *src++) != '\0' && ISASCII(ch) && ISDIGIT(ch));
  /toolchain/binutils/binutils-2.25/gas/
atof-generic.c 167 if (ISDIGIT (c))
196 for (p++; (c = *p) && ISDIGIT (c); p++)
217 if (ISDIGIT (c))
271 if (ISDIGIT (c))
382 if (ISDIGIT (c))
  /external/icu/icu4c/source/io/
uprntf_p.c     [all...]
  /toolchain/binutils/binutils-2.25/ld/
ldbuildid.c 83 if (ISDIGIT (xdigit))
  /external/curl/lib/
curl_fnmatch.c 259 (ISDIGIT(c) && ISDIGIT(rangestart)) ||
366 found = ISDIGIT(*s);
  /external/valgrind/coregrind/m_demangle/
cplus-dem.c 537 if (! ISDIGIT ((unsigned char)**type))
540 while (ISDIGIT ((unsigned char)**type))
551 while (ISDIGIT ((unsigned char) **type))
579 if (!ISDIGIT ((unsigned char)**mangled))
1003 while (ISLOWER(*p) || ISDIGIT (*p)
1004 || (p[0] == '_' && (ISLOWER (p[1]) || ISDIGIT (p[1]))));
1137 if (ISDIGIT (*p))
1142 while (ISDIGIT (*p) || (p[0] == '_' && ISDIGIT (p[1])));
    [all...]
  /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
  /prebuilts/gdb/linux-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
  /prebuilts/python/darwin-x86/2.7.5/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
  /prebuilts/python/linux-x86/2.7.5/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
  /toolchain/binutils/binutils-2.25/gas/config/
tc-dlx.c 188 && ISDIGIT ((unsigned char) ptr[1]))
631 && ISDIGIT ((unsigned char) s[1]))
1099 if (c != '$' || ! ISDIGIT ((unsigned char) input_line_pointer[0]))
1105 while (ISDIGIT ((unsigned char) *s))
1147 ISDIGIT ((unsigned char) input_line_pointer[1]))
tc-iq2000.c 867 if (! ISDIGIT (*input_line_pointer))
886 while (ISDIGIT (*input_line_pointer))
895 if (! ISDIGIT (*input_line_pointer))
903 while (ISDIGIT (*input_line_pointer))
924 if (ISDIGIT (*input_line_pointer) || *input_line_pointer == '-')

Completed in 1871 milliseconds

1 2 3 4 5