Home
last modified time | relevance | path

Searched refs:towupper_l (Results 1 – 6 of 6) sorted by relevance

/freebsd-9-stable/include/xlocale/
D_ctype.h145 _XLOCALE_INLINE int towupper_l(int, locale_t);
154 _XLOCALE_INLINE int towupper_l(int __c, locale_t __l) in towupper_l() function
/freebsd-9-stable/contrib/libstdc++/config/locale/gnu/
Dc++locale_internal.h57 extern "C" __typeof(towupper_l) __towupper_l;
/freebsd-9-stable/lib/libc/locale/
Dwctrans.c54 wc = towupper_l(wc, locale); in towctrans_l()
DSymbol.map178 towupper_l;
DMakefile.inc74 iswalnum_l.3 towupper_l.3 iswalnum_l.3 wctype_l.3 \
/freebsd-9-stable/contrib/libc++/src/
Dlocale.cpp1285 return towupper_l(c, __l); in do_toupper()
1292 *low = towupper_l(*low, __l); in do_toupper()