Home
last modified time | relevance | path

Searched refs:__byte_err (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/include/__locale_dir/
H A Dwstring_convert.h58 wstring_convert(const byte_string& __byte_err, const wide_string& __wide_err = wide_string());
103 const byte_string& __byte_err, const wide_string& __wide_err) in wstring_convert() argument
104 … : __byte_err_string_(__byte_err), __wide_err_string_(__wide_err), __cvtstate_(), __cvtcount_(0) { in wstring_convert()
/freebsd/contrib/llvm-project/libcxx/include/__cxx03/
H A Dlocale3161 …_LIBCPP_HIDE_FROM_ABI wstring_convert(const byte_string& __byte_err, const wide_string& __wide_err…
3201 const byte_string& __byte_err, const wide_string& __wide_err)
3202 … : __byte_err_string_(__byte_err), __wide_err_string_(__wide_err), __cvtstate_(), __cvtcount_(0) {