Searched refs:iswdigit (Results 1 – 25 of 30) sorted by relevance
12
/external/llvm-project/libcxx/test/std/strings/c.strings/ |
D | cwctype.pass.cpp | 37 #ifdef iswdigit 38 #error iswdigit defined 100 ASSERT_SAME_TYPE(int, decltype(std::iswdigit(w))); in main()
|
/external/libcxx/test/std/strings/c.strings/ |
D | cwctype.pass.cpp | 38 #ifdef iswdigit 39 #error iswdigit defined 101 ASSERT_SAME_TYPE(int, decltype(std::iswdigit(w))); in main()
|
/external/libcxx/test/std/depr/depr.c.headers/ |
D | wctype_h.pass.cpp | 35 #ifdef iswdigit 36 #error iswdigit defined 100 static_assert((std::is_same<decltype(iswdigit(w)), int>::value), ""); in main()
|
/external/llvm-project/libcxx/test/std/depr/depr.c.headers/ |
D | wctype_h.pass.cpp | 36 #ifdef iswdigit 37 #error iswdigit defined 101 static_assert((std::is_same<decltype(iswdigit(w)), int>::value), ""); in main()
|
/external/libcxx/include/support/solaris/ |
D | wchar.h | 13 #define iswdigit sun_iswdigit macro 33 #undef iswdigit
|
/external/llvm-project/libcxx/include/support/solaris/ |
D | wchar.h | 12 #define iswdigit sun_iswdigit macro 32 #undef iswdigit
|
/external/libcxx/include/ |
D | cwctype | 34 int iswdigit(wint_t wc); 70 using ::iswdigit;
|
D | wctype.h | 62 #undef iswdigit
|
/external/llvm-project/libcxx/include/ |
D | cwctype | 33 int iswdigit(wint_t wc); 69 using ::iswdigit;
|
D | wctype.h | 63 #undef iswdigit
|
/external/pdfium/core/fxcrt/ |
D | fx_extension.h | 98 return !((c & 0xFFFFFF80) || !std::iswdigit(c)); in FXSYS_IsDecimalDigit()
|
/external/llvm-project/libcxx/include/support/xlocale/ |
D | __posix_l_fallback.h | 87 return ::iswdigit(c); in iswdigit_l()
|
/external/libcxx/include/support/xlocale/ |
D | __posix_l_fallback.h | 88 return ::iswdigit(c); in iswdigit_l()
|
/external/icu/icu4c/source/test/perf/charperf/ |
D | charperf.h | 200 iswdigit(ch); in StdLibIsDigit()
|
/external/python/cpython3/PC/ |
D | launcher.c | 1199 result = result && iswdigit(*p); /* Result = False if first string element is not a digit. */ in validate_version() 1201 while (result && iswdigit(*p)) /* Require a major version */ in validate_version() 1205 result = iswdigit(*++p); /* Must be at least one digit */ in validate_version() 1206 while (result && iswdigit(*++p)) ; /* Skip any more Digits */ in validate_version()
|
/external/llvm-project/libcxx/test/std/localization/locale.categories/category.monetary/locale.money.put/locale.money.put.members/ |
D | put_long_double_fr_FR.pass.cpp | 67 seen_num_start |= in[I] == '-' || std::iswdigit(in[I]); in convert_thousands_sep()
|
/external/libcxx/test/std/localization/locale.categories/category.monetary/locale.money.put/locale.money.put.members/ |
D | put_long_double_fr_FR.pass.cpp | 68 seen_num_start |= in[I] == '-' || std::iswdigit(in[I]); in convert_thousands_sep()
|
/external/llvm-project/clang-tools-extra/clangd/ |
D | CSymbolMap.inc | 567 SYMBOL(iswdigit, None, <wctype.h>)
|
D | StdSymbolMap.inc | 680 SYMBOL(iswdigit, std::, <cwctype>)
|
/external/libxml2/ |
D | trio.c | 179 # define iswdigit(x) isdigit(x) macro
|
/external/llvm-project/compiler-rt/lib/dfsan/ |
D | libc_ubuntu1404_abilist.txt | 2123 fun:iswdigit=uninstrumented
|
/external/compiler-rt/lib/dfsan/ |
D | libc_ubuntu1404_abilist.txt | 2123 fun:iswdigit=uninstrumented
|
/external/libabigail/tests/data/test-read-dwarf/ |
D | PR22015-libboost_iostreams.so.abi | 2730 …<function-decl name='iswdigit' filepath='/usr/include/wctype.h' line='124' column='1' visibility='…
|
D | PR22122-libftdc.so.abi | 2333 …<function-decl name='iswdigit' filepath='/usr/include/wctype.h' line='124' column='1' visibility='…
|
D | test9-pr18818-clang.so.abi | 1682 …<function-decl name='iswdigit' filepath='/usr/include/wctype.h' line='124' column='1' visibility='…
|
12