Searched refs:iswxdigit (Results 1 – 15 of 15) sorted by relevance
41 int iswxdigit(wint_t wc);155 #ifdef iswxdigit156 inline _LIBCPP_INLINE_VISIBILITY int __libcpp_iswxdigit(wint_t __wc) {return iswxdigit(__wc);}157 #undef iswxdigit158 inline _LIBCPP_INLINE_VISIBILITY int iswxdigit(wint_t __wc) {return __libcpp_iswxdigit(__wc);}159 #else // iswxdigit160 using ::iswxdigit;
71 #undef iswxdigit101 using ::iswxdigit;
169 #undef iswxdigit171 iswxdigit(wint_t wc) in iswxdigit() function
48 iswxdigit;
67 iswalnum.3 iswupper.3 iswalnum.3 iswxdigit.3
71 int iswxdigit(wint_t);110 #define iswxdigit(wc) __istype((wc), _CTYPE_X) macro
41 using std::iswxdigit;
77 { "xdigit", iswxdigit }
48 #define ISXDIGIT iswxdigit
898 if ((ishex && iswxdigit(c)) || iswdigit(c)) in parsefloat()915 } else if ((ishex && iswxdigit(c)) || iswdigit(c)) { in parsefloat()
104 iswxdigit
196 # define Isxdigit(c) (((c) & QUOTE) ? 0 : iswxdigit(c))
585 DEF_C94_BUILTIN (BUILT_IN_ISWXDIGIT, "iswxdigit", BT_FN_INT_WINT, ATTR_PURE_NOTHROW_LIST)
2137 fun:iswxdigit=uninstrumented
5561 @findex iswxdigit5834 @code{iswspace}, @code{iswupper}, @code{iswxdigit}, @code{towlower} and