Searched refs:isdigit (Results 1 - 25 of 311) sorted by relevance

1234567891011>>

/external/libcxx/test/localization/locales/locale.convenience/classification/
H A Disdigit.pass.cpp12 // template <class charT> bool isdigit (charT c, const locale& loc);
20 assert(!std::isdigit(' ', l));
21 assert(!std::isdigit('<', l));
22 assert(!std::isdigit('\x8', l));
23 assert(!std::isdigit('A', l));
24 assert(!std::isdigit('a', l));
25 assert(!std::isdigit('z', l));
26 assert( std::isdigit('3', l));
27 assert(!std::isdigit('.', l));
28 assert(!std::isdigit('
[all...]
H A DAndroid.mk59 test_name := localization/locales/locale.convenience/classification/isdigit
60 test_src := isdigit.pass.cpp
/external/mdnsresponder/Clients/
H A DClientCommon.c55 if (isdigit(cstr[-1]) && isdigit(cstr[0]) && isdigit(cstr[1]))
/external/srec/portable/src/
H A Dptypes.c33 if (!isdigit(*str))
/external/blktrace/
H A Dstrverscmp.c129 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/e2fsprogs/misc/
H A Dbase_device.c75 !isdigit(cp[1]) || !isdigit(cp[3]))
85 if (isdigit(*cp))
114 if (!isdigit(*cp))
136 if (!isdigit(*cp))
/external/e2fsprogs/lib/ext2fs/
H A Dversion.c39 if (!isdigit(*cp))
/external/libcxx/test/depr/depr.c.headers/
H A Dctype_h.pass.cpp32 #ifdef isdigit
33 #error isdigit defined
78 static_assert((std::is_same<decltype(isdigit(0)), int>::value), "");
93 assert(!isdigit('a'));
/external/llvm/include/llvm/TableGen/
H A DStringToOffsetTable.h64 if (isdigit(AggregateString[i+1])) {
65 assert(isdigit(AggregateString[i+2]) &&
66 isdigit(AggregateString[i+3]) &&
/external/clang/test/Sema/
H A Denable_if.c67 int isdigit(int c) __attribute__((overloadable)); // expected-note{{candidate function}}
68 int isdigit(int c) __attribute__((overloadable)) // expected-note{{candidate function has been explicitly made unavailable}}
73 isdigit(c);
74 isdigit(10);
76 isdigit(-10); // expected-error{{call to unavailable function 'isdigit': 'c' must have the value of an unsigned char or EOF}}
/external/qemu/distrib/sdl-1.2.15/test/
H A Dtestcdrom.c118 if ( argv[i] && isdigit(argv[i][0]) ) {
144 if ( argv[i+1] && isdigit(argv[i+1][0]) ) {
148 if ( argv[i+1] && isdigit(argv[i+1][0]) ) {
152 if ( argv[i+1] && isdigit(argv[i+1][0]) ) {
156 if ( argv[i+1] && isdigit(argv[i+1][0]) ) {
195 (argv[i+1] && isdigit(argv[i+1][0])) ) {
/external/e2fsprogs/lib/blkid/
H A Dversion.c33 if (!isdigit(*cp))
/external/libcxx/test/strings/c.strings/
H A Dcctype.pass.cpp32 #ifdef isdigit
33 #error isdigit defined
78 static_assert((std::is_same<decltype(std::isdigit(0)), int>::value), "");
93 assert(!isdigit('a'));
/external/stlport/stlport/stl/
H A D_cctype.h35 using _STLP_VENDOR_CSTD::isdigit;
/external/valgrind/main/coregrind/m_demangle/
H A Ddemangle.c186 && VG_(isdigit)(sym[4])
187 && VG_(isdigit)(sym[5])
188 && VG_(isdigit)(sym[6])
189 && VG_(isdigit)(sym[7])
190 && VG_(isdigit)(sym[8])
/external/ppp/pppd/plugins/pppoatm/
H A Dtext2atm.c30 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/libpcap/Win32/Src/
H A Dinet_net.c72 if (isdigit(c)) {
/external/ppp/pppd/plugins/radius/
H A Dip_util.c71 else if (!isdigit (*addr))
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/preprocs/nasm/
H A Dnasm.h245 #define isidchar(c) ( isidstart(c) || isdigit(c) || (c)=='$' || (c)=='#' \
250 #define isnumstart(c) ( isdigit(c) || (c)=='$' )
/external/pcre/dist/
H A Dpcre_maketables.c116 if (isdigit(i)) p[cbit_digit + i/8] |= 1 << (i&7);
140 if (isdigit(i)) x += ctype_digit;
/external/llvm/lib/AsmParser/
H A DLLLexer.cpp290 if (isdigit(static_cast<unsigned char>(CurPtr[0]))) {
291 for (++CurPtr; isdigit(static_cast<unsigned char>(CurPtr[0])); ++CurPtr)
393 if (isdigit(static_cast<unsigned char>(CurPtr[0]))) {
394 for (++CurPtr; isdigit(static_cast<unsigned char>(CurPtr[0])); ++CurPtr)
448 if (isdigit(static_cast<unsigned char>(CurPtr[0]))) {
449 for (++CurPtr; isdigit(static_cast<unsigned char>(CurPtr[0])); ++CurPtr)
474 if (!IntEnd && !isdigit(static_cast<unsigned char>(*CurPtr)))
846 if (!isdigit(static_cast<unsigned char>(TokStart[0])) &&
847 !isdigit(static_cast<unsigned char>(CurPtr[0]))) {
861 for (; isdigit(static_cas
[all...]
/external/tinyalsa/
H A Dtinymix.c131 if (isdigit(control[0]))
186 if (isdigit(control[0]))
199 if (isdigit(values[0][0])) {
/external/chromium_org/build/android/pylib/perf/
H A Dthermal_throttle.py33 return float([s for s in log_line.split() if s.isdigit()][0]) / 1000.0
132 btemp = float([s for s in line.split() if s.isdigit()][0]) / 10.0
/external/llvm/lib/Support/Unix/
H A DHost.inc50 if (Triple[0] == 'i' && isdigit(Triple[1]) &&
/external/stlport/stlport/
H A Dctype.h57 # undef isdigit macro
74 __inline int (isdigit)(int c) { return _isctype(c, _DIGIT); } function

Completed in 432 milliseconds

1234567891011>>