Searched refs:iswspace_l (Results 1 – 6 of 6) sorted by relevance
107 inline _LIBCPP_INLINE_VISIBILITY int iswspace_l(wint_t c, locale_t) { in iswspace_l() function
143 int iswspace_l(wchar_t wc, locale_t locale) in iswspace_l() function
165 #define iswspace_l _iswspace_l macro
1276 if ((m & space) == space) result |= (iswspace_l(ch, __l) != 0); in do_is()1301 if (iswspace_l(ch, __l)) in do_is()1344 if ((m & space) == space && iswspace_l(ch, __l)) break; in do_scan_is()1369 if ((m & space) == space && iswspace_l(ch, __l)) continue; in do_scan_not()
1920 {'type': 'FUNC', 'name': 'iswspace_l@GLIBC_2.3'}
2134 fun:iswspace_l=uninstrumented