Home
last modified time | relevance | path

Searched defs:imbue (Results 1 – 4 of 4) sorted by relevance

/llvm-project/libcxx/test/std/input.output/stream.buffers/streambuf/streambuf.members/streambuf.locales/
H A Dlocales.pass.cpp32 void imbue(const std::locale&) in imbue() function
/llvm-project/libcxx/src/
H A Dstd_stream.h84 void __stdinbuf<_CharT>::imbue(const locale& __loc) { in imbue() function
377 void __stdoutbuf<_CharT>::imbue(const locale& __loc) { in imbue() function
H A Dios.cpp104 locale ios_base::imbue(const locale& newloc) { in imbue() function in ios_base
/llvm-project/libcxx/benchmarks/
H A Dstringstream.bench.cpp