Searched refs:towupper_l (Results 1 – 8 of 8) sorted by relevance
127 static inline int towupper_l(int c, locale_t) { in towupper_l() function
100 #define towupper_l _towupper_l macro
97 wint_t towupper_l(wint_t __c, locale_t __l);
232 wint_t towupper_l(wint_t wc, locale_t locale) in towupper_l() function
151 wint_t towupper_l(wint_t __c, locale_t __l) { in towupper_l() function
334 return towupper_l( c, ((locale_t)__loc) ); in _WLocale_toupper()
1287 return towupper_l(c, __l); in do_toupper()1294 *low = towupper_l(*low, __l); in do_toupper()
3409 fun:towupper_l=uninstrumented