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

/openbsd-current/lib/libc/hidden/
H A Dwctype.h38 PROTO_DEPRECATED(iswlower_l); variable
/openbsd-current/include/
H A Dwctype.h91 int iswlower_l(wint_t, locale_t);
/openbsd-current/gnu/llvm/libcxx/include/__support/xlocale/
H A D__posix_l_fallback.h71 inline _LIBCPP_HIDE_FROM_ABI_C int iswlower_l(wint_t __c, locale_t) { return ::iswlower(__c); } function
/openbsd-current/lib/libc/locale/
H A Diswctype_l.c119 iswlower_l(wint_t c, locale_t locale) function
/openbsd-current/gnu/llvm/libcxx/include/__support/win32/
H A Dlocale_win32.h251 #define iswlower_l _iswlower_l macro
/openbsd-current/gnu/llvm/libcxx/src/
H A Dlocale.cpp893 return (isascii(c) && iswlower_l(c, _LIBCPP_GET_C_LOCALE)) ? c-L'a'+L'A' : c;
1369 if ((m & lower) == lower) result |= (iswlower_l(ch, __l_) != 0);
1400 if (iswlower_l(ch, __l_))
1437 if ((m & lower) == lower && iswlower_l(ch, __l_)) break;
1462 if ((m & lower) == lower && iswlower_l(ch, __l_)) continue;

Completed in 197 milliseconds