Searched refs:iswdigit (Results 1 – 21 of 21) sorted by relevance
/external/libcxx/include/ |
D | cwctype | 34 int iswdigit(wint_t wc); 99 #ifdef iswdigit 100 inline _LIBCPP_INLINE_VISIBILITY int __libcpp_iswdigit(wint_t __wc) {return iswdigit(__wc);} 101 #undef iswdigit 102 inline _LIBCPP_INLINE_VISIBILITY int iswdigit(wint_t __wc) {return __libcpp_iswdigit(__wc);} 103 #else // iswdigit 104 using ::iswdigit;
|
/external/bison/lib/ |
D | wctype.in.h | 121 # undef iswdigit 139 # define iswdigit rpl_iswdigit macro 205 iswdigit in rpl_iswdigit() 371 _GL_CXXALIAS_RPL (iswdigit, int, (wint_t wc)); 383 _GL_CXXALIAS_SYS (iswdigit, int, (wint_t wc)); 395 _GL_CXXALIASWARN (iswdigit);
|
D | mbchar.h | 229 #define mb_isdigit(mbc) ((mbc).wc_valid && iswdigit ((mbc).wc))
|
/external/libcxx/test/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/libcxx/include/support/solaris/ |
D | wchar.h | 13 #define iswdigit sun_iswdigit macro 33 #undef iswdigit
|
/external/libcxx/test/strings/c.strings/ |
D | cwctype.pass.cpp | 35 #ifdef iswdigit 36 #error iswdigit defined 100 static_assert((std::is_same<decltype(std::iswdigit(w)), int>::value), ""); in main()
|
/external/bison/darwin-lib/ |
D | wctype.h | 423 # undef iswdigit 441 # define iswdigit rpl_iswdigit 507 iswdigit in iswdigit() function 673 _GL_CXXALIAS_RPL (iswdigit, int, (wint_t wc)); 685 _GL_CXXALIAS_SYS (iswdigit, int, (wint_t wc)); 697 _GL_CXXALIASWARN (iswdigit);
|
/external/bison/linux-lib/ |
D | wctype.h | 423 # undef iswdigit 441 # define iswdigit rpl_iswdigit 507 iswdigit in iswdigit() function 673 _GL_CXXALIAS_RPL (iswdigit, int, (wint_t wc)); 685 _GL_CXXALIAS_SYS (iswdigit, int, (wint_t wc)); 697 _GL_CXXALIASWARN (iswdigit);
|
/external/stlport/stlport/stl/ |
D | _cwctype.h | 73 using _STLP_VENDOR_CSTD_WFUNC::iswdigit;
|
/external/stlport/stlport/ |
D | ctype.h | 89 __inline int (iswdigit)(int c) { return iswctype((unsigned short)(c), _DIGIT); }
|
/external/srec/portable/include/ |
D | ptypes.h | 431 #define LISDIGIT iswdigit
|
/external/libcxx/include/support/android/ |
D | locale_bionic.h | 88 return iswdigit(c); in iswdigit_l()
|
/external/icu/icu4c/source/test/perf/charperf/ |
D | charperf.h | 196 iswdigit(ch); in StdLibIsDigit()
|
/external/chromium_org/third_party/icu/source/test/perf/charperf/ |
D | charperf.h | 196 iswdigit(ch); in StdLibIsDigit()
|
/external/libedit/src/ |
D | chartype.h | 86 #define Isdigit(x) iswdigit(x)
|
/external/ltrace/testsuite/ltrace.minor/ |
D | wchar.exp | 68 i = iswdigit(L'1');
|
/external/stlport/src/c_locale_dummy/ |
D | c_locale_dummy.c | 239 if ((mask & _Locale_DIGIT) != 0 && iswdigit(wc)) in _WLocale_ctype()
|
/external/ltrace/etc/ |
D | libc.so.conf | 466 int iswdigit(wint_t);
|
/external/chromium_org/third_party/libxml/src/ |
D | trio.c | 169 # define iswdigit(x) isdigit(x) macro
|
/external/libxml2/ |
D | trio.c | 169 # define iswdigit(x) isdigit(x) macro
|
/external/compiler-rt/lib/dfsan/ |
D | libc_ubuntu1204_abilist.txt | 2364 fun:iswdigit=uninstrumented
|