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

1 2 3 4 5 6 7 8 91011>>

  /external/libcxx/test/std/localization/locales/locale.convenience/classification/
isdigit.pass.cpp 12 // 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('f', l))
    [all...]
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/localization/locales/locale.convenience/classification/
isdigit.pass.cpp 12 // 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('f', l))
    [all...]
  /external/syslinux/dos/
atou.c 6 while (isdigit(*s))
skipatou.c 7 while (isdigit(**s))
  /external/compiler-rt/lib/interception/tests/
interception_linux_test.cc 24 DECLARE_REAL(int, isdigit, int);
26 INTERCEPTOR(int, isdigit, int d) {
46 ASSERT_TRUE(INTERCEPT_FUNCTION(isdigit));
50 EXPECT_NE(0, isdigit('1'));
52 EXPECT_EQ(0, isdigit('a'));
57 EXPECT_NE(0, REAL(isdigit)('1'));
58 EXPECT_EQ(0, REAL(isdigit)('a'));
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
atof.c 16 while ((c = *s++) != '\0' && isdigit(c)) {
20 while ((c = *s++) != '\0' && isdigit(c)) {
35 while (isdigit(c)) {
  /external/mdnsresponder/Clients/
ClientCommon.c 55 if (isdigit(cstr[-1]) && isdigit(cstr[0]) && isdigit(cstr[1]))
  /external/python/cpython2/Python/
atof.c 16 while ((c = *s++) != '\0' && isdigit(c)) {
20 while ((c = *s++) != '\0' && isdigit(c)) {
35 while (isdigit(c)) {
  /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;
  /device/linaro/bootloader/arm-trusted-firmware/include/lib/stdlib/sys/
ctype.h 50 #define isdigit(c) ((c) >= '0' && (c) <= '9') macro
51 #define isxdigit(c) (isdigit(c) \
  /external/clang/test/Sema/
libbuiltins-ctype-powerpc64.c 7 int isdigit(int);
27 // CHECK: call signext i32 @isdigit(i32 signext {{%[0-9]+}}) [[NUW_RO_CALL:#[0-9]+]]
28 (void)isdigit(x);
53 // CHECK: declare signext i32 @isdigit(i32 signext) [[NUW_RO:#[0-9]+]]
libbuiltins-ctype-x86_64.c 7 int isdigit(int);
27 // CHECK: call i32 @isdigit(i32 {{%[0-9]+}}) [[NUW_RO_CALL:#[0-9]+]]
28 (void)isdigit(x);
53 // CHECK: declare i32 @isdigit(i32) [[NUW_RO:#[0-9]+]]
  /bionic/libc/private/
get_cpu_count_from_string.h 37 if (isdigit(*s)) {
  /bionic/libc/upstream-openbsd/lib/libc/gen/
charclass.h 18 { "digit", isdigit },
  /external/syslinux/gpxe/src/include/
ctype.h 11 #define isdigit(c) ((c) >= '0' && (c) <= '9') macro
  /external/e2fsprogs/misc/
base_device.c 76 !isdigit(cp[1]) || !isdigit(cp[3]))
86 if (isdigit(*cp))
115 if (!isdigit(*cp))
137 if (!isdigit(*cp))
  /prebuilts/ndk/r16/sources/cxx-stl/system/include/
cctype 46 using ::isdigit;
  /external/e2fsprogs/lib/ext2fs/
version.c 40 if (!isdigit(*cp))
  /external/libcxx/include/
ctype.h 21 int isdigit(int c);
47 #undef isdigit macro
  /external/libcxx/test/std/depr/depr.c.headers/
ctype_h.pass.cpp 32 #ifdef isdigit
33 #error isdigit defined
78 static_assert((std::is_same<decltype(isdigit(0)), int>::value), "");
93 assert(!isdigit('a'));
  /prebuilts/clang/host/darwin-x86/clang-4053586/include/c++/v1/
ctype.h 21 int isdigit(int c);
56 #undef isdigit macro
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/c++/v1/
ctype.h 21 int isdigit(int c);
47 #undef isdigit macro
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/c++/v1/
ctype.h 21 int isdigit(int c);
47 #undef isdigit macro
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/c++/v1/
ctype.h 21 int isdigit(int c);
47 #undef isdigit macro
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/c++/v1/
ctype.h 21 int isdigit(int c);
47 #undef isdigit macro

Completed in 1000 milliseconds

1 2 3 4 5 6 7 8 91011>>