Searched defs:toupper_l (Results 1 – 2 of 2) sorted by relevance
50 inline _LIBCPP_HIDE_FROM_ABI int toupper_l(int __c, locale_t) { return ::toupper(__c); } toupper_l() function