Searched refs:iswlower_l (Results 1 – 5 of 5) sorted by relevance
97 static inline int iswlower_l(wint_t c, locale_t) { in iswlower_l() function
95 #define iswlower_l _iswlower_l macro
180 int iswlower_l(wchar_t wc, locale_t locale) in iswlower_l() function
821 return (isascii(c) && iswlower_l(c, _LIBCPP_GET_C_LOCALE)) ? c-L'a'+L'A' : c; in do_toupper()1275 if ((m & lower) == lower) result |= (iswlower_l(ch, __l) != 0); in do_is()1306 if (iswlower_l(ch, __l)) in do_is()1343 if ((m & lower) == lower && iswlower_l(ch, __l)) break; in do_scan_is()1368 if ((m & lower) == lower && iswlower_l(ch, __l)) continue; in do_scan_not()
2128 fun:iswlower_l=uninstrumented