Searched defs:towupper_l (Results 1 – 5 of 5) sorted by relevance
174 #define towupper_l _towupper_l macro
83 inline _LIBCPP_HIDE_FROM_ABI_C wint_t towupper_l(wint_t __c, locale_t) { return ::towupper(__c); } in towupper_l() function
127 inline _LIBCPP_INLINE_VISIBILITY wint_t towupper_l(wint_t c, locale_t) { in towupper_l() function
256 #define towupper_l _towupper_l macro
177 wint_t towupper_l(wint_t wc, locale_t locale) in towupper_l() function