Searched refs:iswxdigit_l (Results 1 – 8 of 8) sorted by relevance
23 int iswxdigit_l(wint_t __c, locale_t __l) { in iswxdigit_l() function
115 inline _LIBCPP_INLINE_VISIBILITY int iswxdigit_l(wint_t c, locale_t) { in iswxdigit_l() function
155 int iswxdigit_l(wchar_t wc, locale_t locale) in iswxdigit_l() function
173 #define iswxdigit_l _iswxdigit_l macro
1284 if ((m & xdigit) == xdigit) result |= (iswxdigit_l(ch, __l) != 0); in do_is()1322 if (iswxdigit_l(ch, __l)) in do_is()1352 if ((m & xdigit) == xdigit && iswxdigit_l(ch, __l)) break; in do_scan_is()1377 if ((m & xdigit) == xdigit && iswxdigit_l(ch, __l)) continue; in do_scan_not()
1922 {'type': 'FUNC', 'name': 'iswxdigit_l@GLIBC_2.3'}
2138 fun:iswxdigit_l=uninstrumented
1211 PUBLIC dea00 0 iswxdigit_l