Searched refs:iswdigit (Results 1 – 9 of 9) sorted by relevance
81 # undef iswdigit96 # define iswdigit rpl_iswdigit macro132 iswdigit (wint_t wc) in iswdigit() function
4 #define iswdigit sun_iswdigit macro24 #undef iswdigit
35 #ifdef iswdigit36 #error iswdigit defined100 static_assert((std::is_same<decltype(iswdigit(w)), int>::value), ""); in main()
34 int iswdigit(wint_t wc);99 #ifdef iswdigit100 inline _LIBCPP_INLINE_VISIBILITY int __libcpp_iswdigit(wint_t __wc) {return iswdigit(__wc);}101 #undef iswdigit102 inline _LIBCPP_INLINE_VISIBILITY int iswdigit(wint_t __wc) {return __libcpp_iswdigit(__wc);}103 #else // iswdigit104 using ::iswdigit;
35 #ifdef iswdigit36 #error iswdigit defined100 static_assert((std::is_same<decltype(std::iswdigit(w)), int>::value), ""); in main()
73 using _STLP_VENDOR_CSTD_WFUNC::iswdigit;
89 __inline int (iswdigit)(int c) { return iswctype((unsigned short)(c), _DIGIT); }
217 define_wchar_wrapper(iswdigit) in define_wchar_wrapper()
218 if ((mask & _Locale_DIGIT) != 0 && iswdigit(wc)) in _WLocale_ctype()