Searched refs:toupper_l (Results 1 – 10 of 10) sorted by relevance
269 #if !defined(toupper_l)270 #define toupper_l _toupper_l macro
1664 return(toupper_l(c,c_locale)); in LocaleUppercase()
29 int toupper_l(int __c, locale_t __l);
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
163 #define toupper_l _toupper_l macro
1218 return static_cast<char>(toupper_l(static_cast<unsigned char>(c), __l)); in do_toupper()1225 *low = static_cast<char>(toupper_l(static_cast<unsigned char>(*low), __l)); in do_toupper()
1985 {'type': 'FUNC', 'name': 'toupper_l@GLIBC_2.3'}
3154 fun:toupper_l=uninstrumented
57 PUBLIC 2bd00 0 toupper_l