Searched refs:iswlower_l (Results 1 – 5 of 5) sorted by relevance
163 iswlower_l;
80 iswalnum_l.3 iswgraph_l.3 iswalnum_l.3 iswlower_l.3 \
215 #define iswlower_l _iswlower_l macro
739 return (isascii(c) && iswlower_l(c, _LIBCPP_GET_C_LOCALE)) ? c - L'a' + L'A' : c; in do_toupper()1126 result |= (iswlower_l(ch, __l_) != 0); in do_is()1158 if (iswlower_l(ch, __l_)) in do_is()1194 if ((m & lower) == lower && iswlower_l(ch, __l_)) in do_scan_is()1226 if ((m & lower) == lower && iswlower_l(ch, __l_)) in do_scan_not()
2134 fun:iswlower_l=uninstrumented