Lines Matching refs:wide_string
91 typedef basic_string<Elem, char_traits<Elem>, Wide_alloc> wide_string;
93 typedef typename wide_string::traits_type::int_type int_type;
102 const wide_string& wide_err = wide_string());
107 wide_string from_bytes(char byte);
108 wide_string from_bytes(const char* ptr);
109 wide_string from_bytes(const byte_string& str);
110 wide_string from_bytes(const char* first, const char* last);
114 byte_string to_bytes(const wide_string& wstr);
3654 typedef basic_string<_Elem, char_traits<_Elem>, _Wide_alloc> wide_string;
3656 typedef typename wide_string::traits_type::int_type int_type;
3660 wide_string __wide_err_string_;
3682 const wide_string& __wide_err = wide_string());
3690 wide_string from_bytes(char __byte)
3693 wide_string from_bytes(const char* __ptr)
3696 wide_string from_bytes(const byte_string& __str)
3698 wide_string from_bytes(const char* __first, const char* __last);
3707 byte_string to_bytes(const wide_string& __wstr)
3735 wstring_convert(const byte_string& __byte_err, const wide_string& __wide_err)
3765 typename wstring_convert<_Codecvt, _Elem, _Wide_alloc, _Byte_alloc>::wide_string
3772 wide_string __ws(2*(__frm_end - __frm), _Elem());