Searched defs:toupper_l (Results 1 – 6 of 6) sorted by relevance
163 #define toupper_l _toupper_l macro
54 inline _LIBCPP_HIDE_FROM_ABI_C int toupper_l(int __c, locale_t) { return ::toupper(__c); } in toupper_l() function
265 #define toupper_l _toupper_l macro
119 inline _LIBCPP_INLINE_VISIBILITY int toupper_l(int c, locale_t) { in toupper_l() function
245 #define toupper_l _toupper_l macro
167 int toupper_l(int c, locale_t locale) in toupper_l() function