Searched refs:iswxdigit (Results 1 – 9 of 9) sorted by relevance
64 int iswxdigit(wint_t wc) { return __icu_hasBinaryProperty(wc, UCHAR_POSIX_XDIGIT, isxdigit); } in iswxdigit() function95 int iswxdigit_l(wint_t c, locale_t) { return iswxdigit(c); } in iswxdigit_l()110 case WC_TYPE_XDIGIT: return iswxdigit(wc); in iswctype()
286 if ((ishex && iswxdigit(c)) || iswdigit(c)) in wparsefloat()303 } else if ((ishex && iswxdigit(c)) || iswdigit(c)) { in wparsefloat()
51 int iswxdigit(wint_t __wc);
99 TEST(wctype, iswxdigit) { in TEST() argument100 TestIsWideFn(iswxdigit, iswxdigit_l, L"01aA", L"xg! \b"); in TEST()
65 FUNCTION(iswxdigit, int (*f)(wint_t)); in wctype_h()
476 iswxdigit
585 iswxdigit;
11182 CALL(iswxdigit)