Searched defs:iswlower_l (Results 1 – 3 of 3) sorted by relevance
119 iswlower_l(wint_t c, locale_t locale) in iswlower_l() function
71 inline _LIBCPP_HIDE_FROM_ABI_C int iswlower_l(wint_t __c, locale_t) { return ::iswlower(__c); } in iswlower_l() function
251 #define iswlower_l _iswlower_l macro