Searched refs:toupper_l (Results 1 – 8 of 8) sorted by relevance
29 int toupper_l(int __c, locale_t __l);
119 inline _LIBCPP_ALWAYS_INLINE int toupper_l(int c, locale_t) { in toupper_l() function
167 int toupper_l(int c, locale_t locale) in toupper_l() function
155 #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