Searched refs:iswspace_l (Results 1 - 6 of 6) sorted by relevance

/openbsd-current/lib/libc/hidden/
H A Dwctype.h44 PROTO_DEPRECATED(iswspace_l); variable
/openbsd-current/include/
H A Dwctype.h94 int iswspace_l(wint_t, locale_t);
/openbsd-current/gnu/llvm/libcxx/include/__support/xlocale/
H A D__posix_l_fallback.h77 inline _LIBCPP_HIDE_FROM_ABI_C int iswspace_l(wint_t __c, locale_t) { return ::iswspace(__c); } function
/openbsd-current/lib/libc/locale/
H A Diswctype_l.c137 iswspace_l(wint_t c, locale_t locale) function
/openbsd-current/gnu/llvm/libcxx/include/__support/win32/
H A Dlocale_win32.h247 #define iswspace_l _iswspace_l macro
/openbsd-current/gnu/llvm/libcxx/src/
H A Dlocale.cpp1365 if ((m & space) == space) result |= (iswspace_l(ch, __l_) != 0);
1390 if (iswspace_l(ch, __l_))
1433 if ((m & space) == space && iswspace_l(ch, __l_)) break;
1458 if ((m & space) == space && iswspace_l(ch, __l_)) continue;

Completed in 101 milliseconds