Home
last modified time | relevance | path

Searched refs:__wc (Results 1 – 3 of 3) sorted by relevance

/freebsd-src/include/xlocale/
H A D_ctype.h172 int iswctype_l(wint_t __wc, wctype_t __charclass, locale_t __l);
174 wint_t towctrans_l(wint_t __wc, wctrans_t desc, locale_t __l);
175 wint_t nextwctype_l(wint_t __wc, wctype_t wct, locale_t __l);
/freebsd-src/contrib/llvm-project/libcxx/include/__locale_dir/locale_base_api/
H A Dbsd_locale_fallbacks.h53 inline _LIBCPP_HIDE_FROM_ABI size_t __libcpp_wcrtomb_l(char* __s, wchar_t __wc, mbstate_t* __ps, lo… in __libcpp_wcrtomb_l() argument
55 return wcrtomb(__s, __wc, __ps); in __libcpp_wcrtomb_l()
/freebsd-src/contrib/llvm-project/libcxx/include/
H A Dlocale3171 _LIBCPP_HIDE_FROM_ABI wstring_convert(wstring_convert&& __wc);
3175 wstring_convert(const wstring_convert& __wc) = delete;
3176 wstring_convert& operator=(const wstring_convert& __wc) = delete;
3220 inline wstring_convert<_Codecvt, _Elem, _WideAlloc, _ByteAlloc>::wstring_convert(wstring_convert&& __wc)
3221 : __byte_err_string_(std::move(__wc.__byte_err_string_)),
3222 __wide_err_string_(std::move(__wc.__wide_err_string_)),
3223 __cvtptr_(__wc.__cvtptr_),
3224 __cvtstate_(__wc.__cvtstate_),
3225 __cvtcount_(__wc.__cvtcount_) {
3226 __wc
[all...]