Home
last modified time | relevance | path

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

/llvm-project/libcxx/include/__locale_dir/locale_base_api/
H A Dwin32.h
/llvm-project/libcxx/include/__support/xlocale/
H A D__posix_l_fallback.h67 inline _LIBCPP_HIDE_FROM_ABI int iswlower_l(wint_t __c, locale_t) { return ::iswlower(__c); } iswlower_l() function