Lines Matching refs:wchar_t
49 typedef basic_ios<wchar_t> wios;
66 typedef basic_streambuf<wchar_t> wstreambuf;
67 typedef basic_istream<wchar_t> wistream;
68 typedef basic_ostream<wchar_t> wostream;
69 typedef basic_iostream<wchar_t> wiostream;
71 typedef basic_stringbuf<wchar_t> wstringbuf;
72 typedef basic_istringstream<wchar_t> wistringstream;
73 typedef basic_ostringstream<wchar_t> wostringstream;
74 typedef basic_stringstream<wchar_t> wstringstream;
76 typedef basic_filebuf<wchar_t> wfilebuf;
77 typedef basic_ifstream<wchar_t> wifstream;
78 typedef basic_ofstream<wchar_t> wofstream;
79 typedef basic_fstream<wchar_t> wfstream;
83 typedef fpos<char_traits<wchar_t>::state_type> wstreampos;
143 typedef basic_ios<wchar_t> wios;
160 typedef basic_streambuf<wchar_t> wstreambuf;
161 typedef basic_istream<wchar_t> wistream;
162 typedef basic_ostream<wchar_t> wostream;
163 typedef basic_iostream<wchar_t> wiostream;
165 typedef basic_stringbuf<wchar_t> wstringbuf;
166 typedef basic_istringstream<wchar_t> wistringstream;
167 typedef basic_ostringstream<wchar_t> wostringstream;
168 typedef basic_stringstream<wchar_t> wstringstream;
170 typedef basic_filebuf<wchar_t> wfilebuf;
171 typedef basic_ifstream<wchar_t> wifstream;
172 typedef basic_ofstream<wchar_t> wofstream;
173 typedef basic_fstream<wchar_t> wfstream;
195 typedef basic_string<wchar_t, char_traits<wchar_t>, allocator<wchar_t> > wstring;