Searched refs:wctrans_t (Results 1 – 9 of 9) sorted by relevance
/freebsd/lib/libc/locale/ |
H A D | wctrans.c | 46 towctrans_l(wint_t wc, wctrans_t desc, locale_t locale) in towctrans_l() 64 towctrans(wint_t wc, wctrans_t desc) in towctrans() 73 wctrans_t 78 wctrans_t trans; in wctrans_l() 95 wctrans_t
|
/freebsd/contrib/llvm-project/libcxx/include/ |
H A D | cwctype | 26 wctrans_t 45 wint_t towctrans(wint_t wc, wctrans_t desc); 46 wctrans_t wctrans(const char* property); 73 using ::wctrans_t _LIBCPP_USING_IF_EXISTS;
|
/freebsd/include/ |
H A D | wctype.h | 41 typedef int wctrans_t; typedef 73 wint_t towctrans(wint_t, wctrans_t); 76 wctrans_t
|
/freebsd/include/xlocale/ |
H A D | _ctype.h | 174 wint_t towctrans_l(wint_t __wc, wctrans_t desc, locale_t __l); 176 wctrans_t wctrans_l(const char *__charclass, locale_t __l);
|
/freebsd/contrib/llvm-project/libcxx/modules/std.compat/ |
H A D | cwctype.inc | 12 using ::wctrans_t _LIBCPP_USING_IF_EXISTS;
|
/freebsd/contrib/llvm-project/libcxx/modules/std/ |
H A D | cwctype.cppm |
|
H A D | cwctype.inc | 12 using std::wctrans_t _LIBCPP_USING_IF_EXISTS;
|
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/ |
H A D | CSymbolMap.inc | 929 SYMBOL(wctrans_t, None, <wctype.h>)
|
H A D | StdSymbolMap.inc | 3222 SYMBOL(wctrans_t, std::, <cwctype>) 3223 SYMBOL(wctrans_t, None, <cwctype>) 3224 SYMBOL(wctrans_t, None, <wctype.h>)
|