Home
last modified time | relevance | path

Searched defs:iswlower_l (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/lib/libc/locale/
H A Diswctype_l.c119 iswlower_l(wint_t c, locale_t locale) in iswlower_l() function
/openbsd-src/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); } in iswlower_l() function
/openbsd-src/gnu/llvm/libcxx/include/__support/win32/
H A Dlocale_win32.h251 #define iswlower_l _iswlower_l macro