Searched refs:towupper_l (Results 1 – 6 of 6) sorted by relevance
145 _XLOCALE_INLINE int towupper_l(int, locale_t);154 _XLOCALE_INLINE int towupper_l(int __c, locale_t __l) in towupper_l() function
57 extern "C" __typeof(towupper_l) __towupper_l;
54 wc = towupper_l(wc, locale); in towctrans_l()
178 towupper_l;
74 iswalnum_l.3 towupper_l.3 iswalnum_l.3 wctype_l.3 \
1285 return towupper_l(c, __l); in do_toupper()1292 *low = towupper_l(*low, __l); in do_toupper()