Searched refs:isupper_l (Results 1 – 6 of 6) sorted by relevance
63 inline _LIBCPP_INLINE_VISIBILITY int isupper_l(int c, locale_t) { in isupper_l() function
77 int isupper_l(int c, locale_t locale) in isupper_l() function
152 isupper_l(int c, _locale_t loc) in isupper_l() function
862 return (isascii(c) && isupper_l(c, _LIBCPP_GET_C_LOCALE)) ? c-L'A'+'a' : c; in do_tolower()877 *low = (isascii(*low) && isupper_l(*low, _LIBCPP_GET_C_LOCALE)) ? *low-L'A'+L'a' : *low; in do_tolower()980 return (isascii(c) && isupper_l(c, _LIBCPP_GET_C_LOCALE)) ? c-'A'+'a' : c; in do_tolower()995 *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