Searched refs:wstringstream (Results 1 - 13 of 13) sorted by relevance

/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/quoted.manip/
H A Dquoted_char.fail.cpp22 std::wstringstream ss;
H A Dquoted.pass.cpp111 std::wstringstream ss;
122 std::wstringstream ss;
133 std::wstringstream ss;
141 std::wstringstream ss;
150 std::wstringstream ss;
158 std::wstringstream ss;
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/string.streams/stringstream.cons/
H A Ddefault.pass.cpp35 std::wstringstream ss;
41 std::wstringstream ss(std::ios_base::in);
H A Dmove.pass.cpp38 std::wstringstream ss0(L" 123 456 ");
39 std::wstringstream ss(std::move(ss0));
H A Dstring.pass.cpp37 std::wstringstream ss(L" 123 456 ");
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/string.streams/stringstream.cons/stringstream.assign/
H A Dmember_swap.pass.cpp40 std::wstringstream ss0(L" 123 456 ");
41 std::wstringstream ss;
H A Dmove.pass.cpp39 std::wstringstream ss0(L" 123 456 ");
40 std::wstringstream ss;
H A Dnonmember_swap.pass.cpp43 std::wstringstream ss0(L" 123 456 ");
44 std::wstringstream ss;
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/string.streams/stringstream.members/
H A Dstr.pass.cpp43 std::wstringstream ss(L" 123 456 ");
/ndk/tests/device/test-gnustl-full/unit/
H A Dbitset_test.cpp96 wstringstream sstr;
/ndk/tests/device/test-stlport/unit/
H A Dbitset_test.cpp96 wstringstream sstr;
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.forward/
H A Diosfwd.pass.cpp129 std::wstringstream* t4 = 0;
/ndk/sources/cxx-stl/stlport/stlport/stl/
H A D_iosfwd.h145 typedef basic_stringstream<wchar_t, char_traits<wchar_t>, allocator<wchar_t> > wstringstream; typedef

Completed in 197 milliseconds