Searched refs:islower_l (Results 1 – 6 of 6) sorted by relevance
47 static inline int islower_l(int c, locale_t) { in islower_l() function
71 islower_l(int c, _locale_t loc) in islower_l() function
73 int islower_l(int,locale_t);
111 int islower_l(int c, locale_t locale) in islower_l() function
832 *low = (isascii(*low) && islower_l(*low, __cloc())) ? (*low-L'a'+L'A') : *low; in do_toupper()928 return (isascii(c) && islower_l(c, __cloc())) ? c-'a'+'A' : c; in do_toupper()945 *low = (isascii(*low) && islower_l(*low, __cloc())) ? *low-'a'+'A' : *low; in do_toupper()
2342 fun:islower_l=uninstrumented