Home
last modified time | relevance | path

Searched refs:mb_wcout (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/libcxx/src/
H A Diostream.cpp51 static mbstate_t mb_wcout; variable
116 …ostream* wcout_ptr = ::new(wcout) wostream(::new(__wcout) __stdoutbuf<wchar_t>(stdout, &mb_wcout)); in DoIOSInit()