Searched refs:wfstream (Results 1 - 15 of 15) sorted by relevance

/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/fstreams/fstream.cons/
H A Ddefault.pass.cpp26 std::wfstream fs;
H A Dmove.pass.cpp37 std::wfstream fso(temp, std::ios_base::in | std::ios_base::out
39 std::wfstream fs = move(fso);
H A Dpointer.pass.cpp35 std::wfstream fs(temp.c_str(), std::ios_base::in | std::ios_base::out
H A Dstring.pass.cpp36 std::wfstream fs(temp,
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/fstreams/fstream.members/
H A Drdbuf.pass.cpp27 std::wfstream fs;
H A Dclose.pass.cpp34 std::wfstream fs;
H A Dopen_pointer.pass.cpp38 std::wfstream fs;
H A Dopen_string.pass.cpp38 std::wfstream fs;
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/fstreams/fstream.assign/
H A Dmove_assign.pass.cpp38 std::wfstream fso(temp.c_str(), std::ios_base::in | std::ios_base::out
40 std::wfstream fs;
H A Dmember_swap.pass.cpp49 std::wfstream fs1(temp1.c_str(), std::ios_base::in | std::ios_base::out
51 std::wfstream fs2(temp2.c_str(), std::ios_base::in | std::ios_base::out
H A Dnonmember_swap.pass.cpp50 std::wfstream fs1(temp1.c_str(), std::ios_base::in | std::ios_base::out
52 std::wfstream fs2(temp2.c_str(), std::ios_base::in | std::ios_base::out
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.forward/
H A Diosfwd.pass.cpp135 std::wfstream* t4 = 0;
/ndk/sources/cxx-stl/stlport/stlport/stl/
H A D_iosfwd.h150 typedef basic_fstream<wchar_t, char_traits<wchar_t> > wfstream; typedef
/ndk/tests/device/test-gnustl-full/unit/
H A Dfstream_test.cpp469 wfstream s( "test_file.txt", ios_base::in | ios_base::out | ios_base::trunc );
479 wfstream s( "test_file.txt", ios_base::in | ios_base::out );
/ndk/tests/device/test-stlport/unit/
H A Dfstream_test.cpp469 wfstream s( "test_file.txt", ios_base::in | ios_base::out | ios_base::trunc );
479 wfstream s( "test_file.txt", ios_base::in | ios_base::out );

Completed in 399 milliseconds