Searched refs:islower_l (Results 1 – 5 of 5) sorted by relevance
49 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
111 int islower_l(int c, locale_t locale) in islower_l() function
835 *low = (isascii(*low) && islower_l(*low, _LIBCPP_GET_C_LOCALE)) ? (*low-L'a'+L'A') : *low; in do_toupper()931 return (isascii(c) && islower_l(c, _LIBCPP_GET_C_LOCALE)) ? c-'a'+'A' : c; in do_toupper()948 *low = (isascii(*low) && islower_l(*low, _LIBCPP_GET_C_LOCALE)) ? *low-'a'+'A' : *low; in do_toupper()
2101 fun:islower_l=uninstrumented