Home
last modified time | relevance | path

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

/freebsd-9-stable/lib/libc/locale/
Dwctrans.c47 towctrans_l(wint_t wc, wctrans_t desc, locale_t locale) in towctrans_l()
65 towctrans(wint_t wc, wctrans_t desc) in towctrans()
74 wctrans_t
79 wctrans_t trans; in wctrans_l()
96 wctrans_t
/freebsd-9-stable/contrib/libc++/include/
Dcwctype27 wctrans_t
46 wint_t towctrans(wint_t wc, wctrans_t desc);
47 wctrans_t wctrans(const char* property);
64 using ::wctrans_t;
204 inline _LIBCPP_INLINE_VISIBILITY wctrans_t __libcpp_wctrans(const char* __p) {return wctrans(__p);}
206 inline _LIBCPP_INLINE_VISIBILITY wctrans_t wctrans(const char* __p) {return __libcpp_wctrans(__p);}
/freebsd-9-stable/include/
Dwctype.h40 typedef int wctrans_t; typedef
72 wint_t towctrans(wint_t, wctrans_t);
75 wctrans_t
/freebsd-9-stable/include/xlocale/
D_ctype.h175 wint_t towctrans_l(wint_t __wc, wctrans_t desc, locale_t __l);
177 wctrans_t wctrans_l(const char *__charclass, locale_t __l);
/freebsd-9-stable/contrib/libstdc++/include/c_compatibility/
Dwctype.h36 using std::wctrans_t;
/freebsd-9-stable/contrib/libstdc++/include/c_std/
Dstd_cwctype.h85 using ::wctrans_t;