Lines Matching refs:wide_string
92 typedef basic_string<Elem, char_traits<Elem>, Wide_alloc> wide_string;
94 typedef typename wide_string::traits_type::int_type int_type;
99 const wide_string& wide_err = wide_string());
104 wide_string from_bytes(char byte);
105 wide_string from_bytes(const char* ptr);
106 wide_string from_bytes(const byte_string& str);
107 wide_string from_bytes(const char* first, const char* last);
111 byte_string to_bytes(const wide_string& wstr);
3553 typedef basic_string<_Elem, char_traits<_Elem>, _Wide_alloc> wide_string;
3555 typedef typename wide_string::traits_type::int_type int_type;
3559 wide_string __wide_err_string_;
3572 const wide_string& __wide_err = wide_string());
3580 wide_string from_bytes(char __byte)
3583 wide_string from_bytes(const char* __ptr)
3586 wide_string from_bytes(const byte_string& __str)
3588 wide_string from_bytes(const char* __first, const char* __last);
3597 byte_string to_bytes(const wide_string& __wstr)
3625 wstring_convert(const byte_string& __byte_err, const wide_string& __wide_err)
3655 typename wstring_convert<_Codecvt, _Elem, _Wide_alloc, _Byte_alloc>::wide_string
3662 wide_string __ws(2*(__frm_end - __frm), _Elem());