Searched refs:isupper_l (Results 1 – 6 of 6) sorted by relevance
151 isupper_l;
67 MLINKS+=isupper.3 isupper_l.3
201 inline _LIBCPP_HIDE_FROM_ABI int isupper_l(int __c, _locale_t __loc) { return _isupper_l((int)__c, … in isupper_l() function
541 isupper_l((unsigned char)*cp, locale); ++cp) { in _strptime()
761 return (isascii(c) && isupper_l(c, _LIBCPP_GET_C_LOCALE)) ? c - L'A' + 'a' : c; in do_tolower()772 *low = (isascii(*low) && isupper_l(*low, _LIBCPP_GET_C_LOCALE)) ? *low - L'A' + L'a' : *low; in do_tolower()851 return (isascii(c) && isupper_l(c, _LIBCPP_GET_C_LOCALE)) ? c - 'A' + 'a' : c; in do_tolower()864 *low = (isascii(*low) && isupper_l(*low, _LIBCPP_GET_C_LOCALE)) ? *low - 'A' + 'a' : *low; in do_tolower()
2118 fun:isupper_l=uninstrumented