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

1 2 3 4 5 6 7 8 91011>>

  /external/llvm/test/Transforms/SimplifyLibCalls/
IsDigit.ll 5 declare i32 @isdigit(i32)
10 %val1 = call i32 @isdigit( i32 47 ) ; <i32> [#uses=1]
11 %val2 = call i32 @isdigit( i32 48 ) ; <i32> [#uses=1]
12 %val3 = call i32 @isdigit( i32 57 ) ; <i32> [#uses=1]
13 %val4 = call i32 @isdigit( i32 58 ) ; <i32> [#uses=1]
17 %rslt = call i32 @isdigit( i32 %sum ) ; <i32> [#uses=1]
  /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...]
  /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...]
  /bionic/libc/unistd/
charclass.h 18 { "digit", isdigit },
  /external/openssh/openbsd-compat/
charclass.h 20 { "digit", isdigit },
  /external/llvm/utils/TableGen/
StringToOffsetTable.h 63 if (isdigit(AggregateString[i+1])) {
64 assert(isdigit(AggregateString[i+2]) &&
65 isdigit(AggregateString[i+3]) &&
  /external/e2fsprogs/lib/blkid/
version.c 33 if (!isdigit(*cp))
  /external/e2fsprogs/lib/ext2fs/
version.c 39 if (!isdigit(*cp))
  /external/blktrace/
strverscmp.c 129 state = S_N | ((c1 == '0') + (isdigit (c1) != 0));
136 state |= (c1 == '0') + (isdigit (c1) != 0);
139 state = result_type[state << 2 | (((c2 == '0') + (isdigit (c2) != 0)))];
147 while (isdigit (*p1++))
148 if (!isdigit (*p2++))
151 return isdigit (*p2) ? -1 : diff;
  /external/ppp/pppd/plugins/pppoatm/
text2atm.c 30 if (isdigit(*text)) {
31 if (*text == '0' && isdigit(text[1])) return TRY_OTHER;
37 while (isdigit(*text));
84 if (isdigit(*walk)) {
117 value = isdigit(*text) ? *text-'0' : (islower(*text) ?
139 if (!isdigit(*text)) return -1; /* non-digit in length */
167 if (isdigit(*text)) {
  /external/e2fsprogs/misc/
base_device.c 75 !isdigit(cp[1]) || !isdigit(cp[3]))
85 if (isdigit(*cp))
114 if (!isdigit(*cp))
136 if (!isdigit(*cp))
  /external/mdnsresponder/Clients/
ClientCommon.c 55 if (isdigit(cstr[-1]) && isdigit(cstr[0]) && isdigit(cstr[1]))
  /external/webkit/Source/JavaScriptCore/wtf/
DisallowCType.h 45 #undef isdigit macro
62 #define isdigit isdigit_WTF_Please_use_ASCIICType_instead_of_ctype_see_comment_in_ASCIICType_h macro
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/
cctype 53 #undef isdigit
69 using ::isdigit;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/
cctype 53 #undef isdigit
69 using ::isdigit;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/
cctype 53 #undef isdigit
69 using ::isdigit;
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/
cctype 53 #undef isdigit
69 using ::isdigit;
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/
cctype 53 #undef isdigit
69 using ::isdigit;
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/include/
cctype 53 #undef isdigit
69 using ::isdigit;
  /sdk/emulator/qtools/
parse_options.cpp 67 } else if (isdigit(*optarg)) {
86 } else if (isdigit(*optarg)) {
  /system/extras/tests/bionic/libstdc++/
test_cctype.cpp 50 #ifdef isdigit
82 using std::isdigit;
  /development/ndk/platforms/android-3/include/linux/
ctype.h 29 #define isdigit(c) ((__ismask(c)&(_D)) != 0) macro
  /external/icu4c/test/perf/charperf/
CharPerf.pl 43 "isDigit", ["$p TestStdLibIsDigit" , "$p TestIsDigit" ],
CharPerf_r.pl 47 "isDigit", ["$p1 TestIsDigit" , "$p2 TestIsDigit" ],
  /external/nist-sip/java/gov/nist/core/
StringTokenizer.java 78 isDigit(ch);
90 public static boolean isDigit(char ch) {
95 return Character.isDigit(ch);
108 Character.isDigit(ch);

Completed in 601 milliseconds

1 2 3 4 5 6 7 8 91011>>