Searched defs:toupper_l (Results 1 – 8 of 8) sorted by relevance
163 #define toupper_l _toupper_l macro
119 inline _LIBCPP_INLINE_VISIBILITY int toupper_l(int c, locale_t) { in toupper_l() function
167 int toupper_l(int c, locale_t locale) in toupper_l() function
280 # define toupper_l(c, locale) __toupper_l ((c), (locale)) macro