Searched refs:islower_l (Results 1 – 5 of 5) sorted by relevance
47 inline _LIBCPP_INLINE_VISIBILITY int islower_l(int c, locale_t) { in islower_l() function
56 int islower_l(int c, locale_t locale) in islower_l() function
145 islower_l(int c, _locale_t loc) in islower_l() function
848 *low = (isascii(*low) && islower_l(*low, _LIBCPP_GET_C_LOCALE)) ? (*low-L'a'+L'A') : *low; in do_toupper()946 return (isascii(c) && islower_l(c, _LIBCPP_GET_C_LOCALE)) ? c-'a'+'A' : c; in do_toupper()963 *low = (isascii(*low) && islower_l(*low, _LIBCPP_GET_C_LOCALE)) ? *low-'a'+'A' : *low; in do_toupper()
2101 fun:islower_l=uninstrumented