HomeSort by relevance Sort by last modified time
    Searched refs:wcout (Results 1 - 6 of 6) sorted by null

  /external/libcxx/test/input.output/iostream.objects/wide.stream.objects/
wcout.pass.cpp 12 // istream wcout;
19 std::wcout << L"Hello World!\n";
21 (void)std::wcout;
wcin.pass.cpp 20 std::wcout << L"Hello World!\n";
22 std::wcout << L"Enter a number: ";
24 std::wcout << L"The number is : " << i << L'\n';
26 assert(std::wcin.tie() == &std::wcout);
wcerr.pass.cpp 22 assert(std::wcerr.tie() == &std::wcout);
Android.mk 27 test_name := input.output/iostream.objects/wide.stream.objects/wcout
28 test_src := wcout.pass.cpp
  /external/libcxx/src/
iostream.cpp 30 _ALIGNAS_TYPE (wostream) _LIBCPP_FUNC_VIS char wcout[sizeof(wostream)]; variable
47 wostream* wcout_ptr = ::new(wcout) wostream(::new(__wcout) __stdoutbuf<wchar_t>(stdout, state_types+4));
62 wostream* wcout_ptr = reinterpret_cast<wostream*>(wcout);
  /external/jpeg/
ltconfig 980 wcout=`wc "$nlist" 2>/dev/null`
981 count=`$echo "X$wcout" | $Xsed -e 's/^[ ]*\([0-9][0-9]*\).*$/\1/'`
    [all...]

Completed in 91 milliseconds