Searched refs:toupper_l (Results 1 – 7 of 7) sorted by relevance
29 int toupper_l(int __c, locale_t __l);
121 static inline int toupper_l(int c, locale_t) { in toupper_l() function
89 #define toupper_l _toupper_l macro
222 int toupper_l(int c, locale_t locale) in toupper_l() function
1209 return static_cast<char>(toupper_l(static_cast<unsigned char>(c), __l)); in do_toupper()1216 *low = static_cast<char>(toupper_l(static_cast<unsigned char>(*low), __l)); in do_toupper()
3154 fun:toupper_l=uninstrumented
57 PUBLIC 2bd00 0 toupper_l