Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/include/__locale_dir/
H A Dwstring_convert.h43 wide_string __wide_err_string_; variable
104 … : __byte_err_string_(__byte_err), __wide_err_string_(__wide_err), __cvtstate_(), __cvtcount_(0) { in wstring_convert()
113 __wide_err_string_(std::move(__wc.__wide_err_string_)), in wstring_convert()
171 if (__wide_err_string_.empty()) in from_bytes()
174 return __wide_err_string_; in from_bytes()
/freebsd/contrib/llvm-project/libcxx/include/__cxx03/
H A Dlocale3152 wide_string __wide_err_string_;
3202 … : __byte_err_string_(__byte_err), __wide_err_string_(__wide_err), __cvtstate_(), __cvtcount_(0) {
3255 if (__wide_err_string_.empty())
3258 return __wide_err_string_;