Home
last modified time | relevance | path

Searched refs:wcout (Results 1 – 6 of 6) sorted by relevance

/ndk/sources/cxx-stl/stlport/src/
Diostream.cpp77 _STLP_DECLSPEC wostream wcout(0); variable
120 _STLP_DECLSPEC _Stl_aligned_buffer<wostream> wcout;
125 _Stl_aligned_buffer<wostream> wcout;
239 wostream* ptr_wcout = new(&wcout) wostream(wout.get()); wout.release(); in _S_initialize()
273 wostream* ptr_wcout = &wcout; in _S_uninitialize()
/ndk/sources/cxx-stl/stlport/stlport/using/
Diostream11 using _STLP_VENDOR_STD::wcout;
/ndk/sources/cxx-stl/stlport/stlport/
Diostream61 // program; the same applies to cout and wcout, and cerr/clog and
78 extern _STLP_DECLSPEC wostream wcout;
Diostream.h43 using _STLP_STD::wcout;
/ndk/tests/device/test-gnustl-full/unit/
Diostream_test.cpp91 CPPUNIT_CHECK( wcout.rdbuf()->in_avail() == 0 ); in in_avail()
/ndk/tests/device/test-stlport/unit/
Diostream_test.cpp91 CPPUNIT_CHECK( wcout.rdbuf()->in_avail() == 0 ); in in_avail()