HomeSort by relevance Sort by last modified time
    Searched full:wcin (Results 1 - 25 of 37) sorted by null

1 2

  /external/stlport/stlport/using/
iostream 10 using _STLP_VENDOR_STD::wcin;
  /ndk/sources/cxx-stl/stlport/stlport/using/
iostream 10 using _STLP_VENDOR_STD::wcin;
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/using/
iostream 10 using _STLP_VENDOR_STD::wcin;
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/using/
iostream 10 using _STLP_VENDOR_STD::wcin;
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/using/
iostream 10 using _STLP_VENDOR_STD::wcin;
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/using/
iostream 10 using _STLP_VENDOR_STD::wcin;
  /ndk/sources/cxx-stl/llvm-libc++/test/input.output/iostream.objects/wide.stream.objects/
wcin.pass.cpp 12 // istream wcin;
23 std::wcin >> i;
26 assert(std::wcin.tie() == &std::wcout);
  /external/stlport/stlport/
iostream 57 // Note: cin and wcin are both associated with stdio. The C standard
60 // that it is an error to use both cin and wcin in the same C++
77 extern _STLP_DECLSPEC wistream wcin;
iostream.h 42 using _STLP_STD::wcin;
  /ndk/sources/cxx-stl/stlport/stlport/
iostream 57 // Note: cin and wcin are both associated with stdio. The C standard
60 // that it is an error to use both cin and wcin in the same C++
77 extern _STLP_DECLSPEC wistream wcin;
iostream.h 42 using _STLP_STD::wcin;
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/
iostream 57 // Note: cin and wcin are both associated with stdio. The C standard
60 // that it is an error to use both cin and wcin in the same C++
77 extern _STLP_DECLSPEC wistream wcin;
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/
iostream 57 // Note: cin and wcin are both associated with stdio. The C standard
60 // that it is an error to use both cin and wcin in the same C++
77 extern _STLP_DECLSPEC wistream wcin;
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/
iostream 57 // Note: cin and wcin are both associated with stdio. The C standard
60 // that it is an error to use both cin and wcin in the same C++
77 extern _STLP_DECLSPEC wistream wcin;
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/
iostream 57 // Note: cin and wcin are both associated with stdio. The C standard
60 // that it is an error to use both cin and wcin in the same C++
77 extern _STLP_DECLSPEC wistream wcin;
  /ndk/sources/cxx-stl/llvm-libc++/include/
iostream 28 extern wistream wcin;
53 extern _LIBCPP_VISIBLE wistream wcin;
  /ndk/sources/cxx-stl/llvm-libc++/src/
iostream.cpp 27 _ALIGNAS_TYPE (wistream) char wcin [sizeof(wistream)]; variable
44 wistream* wcin_ptr = ::new(wcin) wistream(::new(__wcin) __stdinbuf <wchar_t>(stdin) );
  /external/stlport/test/unit/
iostream_test.cpp 90 CPPUNIT_CHECK( wcin.rdbuf()->in_avail() == 0 );
  /ndk/tests/device/test-gnustl-full/unit/
iostream_test.cpp 90 CPPUNIT_CHECK( wcin.rdbuf()->in_avail() == 0 );
  /ndk/tests/device/test-stlport/unit/
iostream_test.cpp 90 CPPUNIT_CHECK( wcin.rdbuf()->in_avail() == 0 );
  /external/stlport/src/
iostream.cpp 76 _STLP_DECLSPEC wistream wcin(0);
119 _STLP_DECLSPEC _Stl_aligned_buffer<wistream> wcin;
124 _Stl_aligned_buffer<wistream> wcin;
129 # pragma alias("?wcin@std@@3V?$basic_istream@std@_YV?$char_traits@std@_Y@1@@1@A", "?wcin@std@@3T?$_Stl_aligned_buffer@std@V?$basic_istream@std@_YV?$char_traits@std@_Y@1@@1@@1@A")
238 wistream* ptr_wcin = new(&wcin) wistream(win.get()); win.release();
272 wistream* ptr_wcin = &wcin;
  /ndk/sources/cxx-stl/stlport/src/
iostream.cpp 76 _STLP_DECLSPEC wistream wcin(0);
119 _STLP_DECLSPEC _Stl_aligned_buffer<wistream> wcin;
124 _Stl_aligned_buffer<wistream> wcin;
129 # pragma alias("?wcin@std@@3V?$basic_istream@std@_YV?$char_traits@std@_Y@1@@1@A", "?wcin@std@@3T?$_Stl_aligned_buffer@std@V?$basic_istream@std@_YV?$char_traits@std@_Y@1@@1@@1@A")
238 wistream* ptr_wcin = new(&wcin) wistream(win.get()); win.release();
272 wistream* ptr_wcin = &wcin;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/
iostream 64 extern wistream wcin; ///< Linked to standard input
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/
iostream 67 extern wistream wcin; /// Linked to standard input
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/
iostream 67 extern wistream wcin; /// Linked to standard input

Completed in 469 milliseconds

1 2