Searched refs:iswlower_l (Results 1 – 7 of 7) sorted by relevance
95 static inline int iswlower_l(wint_t c, locale_t) { in iswlower_l() function
95 #define iswlower_l _iswlower_l macro
86 int iswlower_l(wchar_t,locale_t);
180 int iswlower_l(wchar_t wc, locale_t locale) in iswlower_l() function
321 if ((__mask & _Locale_LOWER) != 0 && iswlower_l(wc, (locale_t)__loc)) in _WLocale_ctype()
818 return (isascii(c) && iswlower_l(c, __cloc())) ? c-L'a'+L'A' : c; in do_toupper()1189 if (m & lower) result |= (iswlower_l(ch, __l) != 0); in do_is()1218 if (iswlower_l(ch, __l)) in do_is()1247 if (m & lower && iswlower_l(ch, __l)) break; in do_scan_is()1272 if (m & lower && iswlower_l(ch, __l)) continue; in do_scan_not()
2369 fun:iswlower_l=uninstrumented