Searched refs:islower_l (Results 1 – 5 of 5) sorted by relevance
143 islower_l;
60 MLINKS+=islower.3 islower_l.3
199 inline _LIBCPP_HIDE_FROM_ABI int islower_l(int __c, _locale_t __loc) { return _islower_l((int)__c, … in islower_l() function
750 *low = (isascii(*low) && islower_l(*low, _LIBCPP_GET_C_LOCALE)) ? (*low - L'a' + L'A') : *low; in do_toupper()825 return (isascii(c) && islower_l(c, _LIBCPP_GET_C_LOCALE)) ? c - 'a' + 'A' : c; in do_toupper()838 *low = (isascii(*low) && islower_l(*low, _LIBCPP_GET_C_LOCALE)) ? *low - 'a' + 'A' : *low; in do_toupper()
2107 fun:islower_l=uninstrumented