Searched refs:isupper_l (Results 1 – 6 of 6) sorted by relevance
65 static inline int isupper_l(int c, locale_t) { in isupper_l() function
78 isupper_l(int c, _locale_t loc) in isupper_l() function
132 int isupper_l(int c, locale_t locale) in isupper_l() function
848 return (isascii(c) && isupper_l(c, _LIBCPP_GET_C_LOCALE)) ? c-L'A'+'a' : c; in do_tolower()862 *low = (isascii(*low) && isupper_l(*low, _LIBCPP_GET_C_LOCALE)) ? *low-L'A'+L'a' : *low; in do_tolower()965 return (isascii(c) && isupper_l(c, _LIBCPP_GET_C_LOCALE)) ? c-'A'+'a' : c; in do_tolower()980 *low = (isascii(*low) && isupper_l(*low, _LIBCPP_GET_C_LOCALE)) ? *low-'A'+'a' : *low; in do_tolower()
2112 fun:isupper_l=uninstrumented
54 PUBLIC 2bcb0 0 isupper_l