Searched refs:iswdigit_l (Results 1 – 7 of 7) sorted by relevance
87 inline _LIBCPP_INLINE_VISIBILITY int iswdigit_l(wint_t c, locale_t) { in iswdigit_l() function
113 int iswdigit_l(wchar_t wc, locale_t locale) in iswdigit_l() function
171 #define iswdigit_l _iswdigit_l macro
1282 if ((m & digit) == digit) result |= (iswdigit_l(ch, __l) != 0); in do_is()1317 if (iswdigit_l(ch, __l)) in do_is()1350 if ((m & digit) == digit && iswdigit_l(ch, __l)) break; in do_scan_is()1375 if ((m & digit) == digit && iswdigit_l(ch, __l)) continue; in do_scan_not()
1916 {'type': 'FUNC', 'name': 'iswdigit_l@GLIBC_2.3'}
2124 fun:iswdigit_l=uninstrumented
1204 PUBLIC de610 0 iswdigit_l