Searched refs:wcout (Results 1 - 5 of 5) sorted by relevance

/external/stlport/test/unit/
H A Diostream_test.cpp91 CPPUNIT_CHECK( wcout.rdbuf()->in_avail() == 0 );
109 // wcout.imbue(loc);
110 // wcout << L"Hello world" << endl;
111 // wcout.imbue(loc);
112 // wcout << L"Hello world" << endl;
/external/stlport/src/
H A Diostream.cpp77 _STLP_DECLSPEC wostream wcout(0);
120 _STLP_DECLSPEC _Stl_aligned_buffer<wostream> wcout;
125 _Stl_aligned_buffer<wostream> wcout;
130 # pragma alias("?wcout@std@@3V?$basic_ostream@std@_YV?$char_traits@std@_Y@1@@1@A", "?wcout@std@@3T?$_Stl_aligned_buffer@std@V?$basic_ostream@std@_YV?$char_traits@std@_Y@1@@1@@1@A")
239 wostream* ptr_wcout = new(&wcout) wostream(wout.get()); wout.release();
273 wostream* ptr_wcout = &wcout;
/external/stlport/stlport/
H A Diostream61 // program; the same applies to cout and wcout, and cerr/clog and
78 extern _STLP_DECLSPEC wostream wcout;
H A Diostream.h43 using _STLP_STD::wcout;
/external/jpeg/
H A Dltconfig980 wcout=`wc "$nlist" 2>/dev/null`
981 count=`$echo "X$wcout" | $Xsed -e 's/^[ ]*\([0-9][0-9]*\).*$/\1/'`

Completed in 56 milliseconds