Searched refs:wcin (Results 1 – 6 of 6) sorted by relevance
76 _STLP_DECLSPEC wistream wcin(0); variable119 _STLP_DECLSPEC _Stl_aligned_buffer<wistream> wcin;124 _Stl_aligned_buffer<wistream> wcin;238 wistream* ptr_wcin = new(&wcin) wistream(win.get()); win.release(); in _S_initialize()272 wistream* ptr_wcin = &wcin; in _S_uninitialize()
57 // Note: cin and wcin are both associated with stdio. The C standard60 // that it is an error to use both cin and wcin in the same C++77 extern _STLP_DECLSPEC wistream wcin;
42 using _STLP_STD::wcin;
10 using _STLP_VENDOR_STD::wcin;
90 CPPUNIT_CHECK( wcin.rdbuf()->in_avail() == 0 ); in in_avail()