Searched refs:toupper_l (Results 1 – 8 of 8) sorted by relevance
3 int toupper_l(int c, locale_t l) in toupper_l() function
56 int toupper_l(int, locale_t);
95 int toupper_l(int __c, locale_t __l);
89 #define toupper_l _toupper_l macro
222 int toupper_l(int c, locale_t locale) in toupper_l() function
88 src/musl-locale/toupper_l.c \
141 int toupper_l(int __c, locale_t __l) { in toupper_l() function
1184 return static_cast<char>(toupper_l(static_cast<unsigned char>(c), __l)); in do_toupper()1191 *low = static_cast<char>(toupper_l(static_cast<unsigned char>(*low), __l)); in do_toupper()