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

1 2 3 4 5

  /toolchain/binutils/binutils-2.27/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...]
  /toolchain/binutils/binutils-2.27/gas/
atof-generic.c 167 if (ISDIGIT (c))
196 for (p++; (c = *p) && ISDIGIT (c); p++)
217 if (ISDIGIT (c))
271 if (ISDIGIT (c))
384 if (ISDIGIT (c))
  /external/icu/icu4c/source/io/
uprntf_p.cpp     [all...]
  /toolchain/binutils/binutils-2.27/ld/
ldbuildid.c 83 if (ISDIGIT (xdigit))
  /external/curl/lib/
curl_fnmatch.c 253 (ISDIGIT(c) && ISDIGIT(rangestart)) ||
362 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...]
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
  /system/bt/btif/src/
btif_util.cc 58 #define ISDIGIT(a) (((a) >= '0') && ((a) <= '9'))
92 if (ISDIGIT(*p_ascii))
99 if (ISDIGIT(*p_ascii))
  /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.27/gas/config/
tc-dlx.c 190 && 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 866 if (! ISDIGIT (*input_line_pointer))
885 while (ISDIGIT (*input_line_pointer))
894 if (! ISDIGIT (*input_line_pointer))
902 while (ISDIGIT (*input_line_pointer))
923 if (ISDIGIT (*input_line_pointer) || *input_line_pointer == '-')
  /external/curl/src/
tool_urlglob.c 239 else if(ISDIGIT(*pattern)) {
252 while(ISDIGIT(*c)) {
270 if(!ISDIGIT(*pattern)) {
624 if(*filename == '#' && ISDIGIT(filename[1])) {

Completed in 474 milliseconds

1 2 3 4 5