Searched refs:iswdigit (Results 1 – 8 of 8) sorted by relevance
73 using _STLP_VENDOR_CSTD_WFUNC::iswdigit;
89 __inline int (iswdigit)(int c) { return iswctype((unsigned short)(c), _DIGIT); }
64 return !!iswdigit(c); in isDigit()
431 #define LISDIGIT iswdigit
72 return !!iswdigit(c); in isDigit()
196 iswdigit(ch); in StdLibIsDigit()
214 if ((mask & _Locale_DIGIT) != 0 && iswdigit(wc)) in _WLocale_ctype()
169 # define iswdigit(x) isdigit(x) macro