Searched refs:wostream (Results 1 - 4 of 4) sorted by relevance

/external/stlport/src/
H A Diostream.cpp77 _STLP_DECLSPEC wostream wcout(0);
78 _STLP_DECLSPEC wostream wcerr(0);
79 _STLP_DECLSPEC wostream wclog(0);
120 _STLP_DECLSPEC _Stl_aligned_buffer<wostream> wcout;
121 _STLP_DECLSPEC _Stl_aligned_buffer<wostream> wcerr;
122 _STLP_DECLSPEC _Stl_aligned_buffer<wostream> wclog;
125 _Stl_aligned_buffer<wostream> wcout;
126 _Stl_aligned_buffer<wostream> wcerr;
127 _Stl_aligned_buffer<wostream> wclog;
239 wostream* ptr_wcou
[all...]
/external/stlport/stlport/
H A Diostream78 extern _STLP_DECLSPEC wostream wcout;
79 extern _STLP_DECLSPEC wostream wcerr;
80 extern _STLP_DECLSPEC wostream wclog;
/external/stlport/stlport/stl/
H A D_iosfwd.h139 typedef basic_ostream<wchar_t, char_traits<wchar_t> > wostream; typedef
H A D_bitset.h852 wostream& _STLP_CALL
853 operator<<(wostream& __os, const bitset<_Nb>& __x) {

Completed in 106 milliseconds