OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:wcout
(Results
1 - 18
of
18
) sorted by null
/external/libcxx/test/std/input.output/iostream.objects/wide.stream.objects/
wcout.pass.cpp
14
// istream
wcout
;
21
std::
wcout
<< L"Hello World!\n";
23
(void)std::
wcout
;
wcin.pass.cpp
22
std::
wcout
<< L"Hello World!\n";
24
std::
wcout
<< L"Enter a number: ";
26
std::
wcout
<< L"The number is : " << i << L'\n';
31
assert(std::wcin.tie() == &std::
wcout
);
wcerr.pass.cpp
25
assert(std::wcerr.tie() == &std::
wcout
);
/ndk/sources/cxx-stl/llvm-libc++/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
);
/external/libcxx/src/
iostream.cpp
29
_ALIGNAS_TYPE (wostream) _LIBCPP_FUNC_VIS char
wcout
[sizeof(wostream)];
variable
54
wostream* wcout_ptr = ::new(
wcout
) wostream(::new(__wcout) __stdoutbuf<wchar_t>(stdout, &mb_wcout));
77
wostream* wcout_ptr = reinterpret_cast<wostream*>(
wcout
);
/ndk/sources/cxx-stl/llvm-libc++/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
);
/ndk/sources/cxx-stl/stlport/stlport/
iostream.h
43
using _STLP_STD::
wcout
;
iostream
61
// program; the same applies to cout and
wcout
, and cerr/clog and
78
extern _STLP_DECLSPEC wostream
wcout
;
/ndk/tests/device/test-gnustl-full/unit/
iostream_test.cpp
91
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;
/ndk/tests/device/test-stlport/unit/
iostream_test.cpp
91
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;
/prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/
iostream.h
43
using _STLP_STD::
wcout
;
iostream
61
// program; the same applies to cout and
wcout
, and cerr/clog and
78
extern _STLP_DECLSPEC wostream
wcout
;
/ndk/sources/cxx-stl/stlport/src/
iostream.cpp
77
_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
;
/prebuilts/misc/common/swig/include/2.0.11/std/
std_iostream.i
302
extern wostream
wcout
;
/ndk/tests/device/test-libc++-shared-full/jni/
Android.mk
[
all
...]
/ndk/tests/device/test-libc++-static-full/jni/
Android.mk
[
all
...]
Completed in 1405 milliseconds