Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.locales/
Dlocales.pass.cpp45 assert(t.pubimbue(std::locale(LOCALE_fr_FR_UTF_8)).name() == "en_US.UTF-8"); in main()
/ndk/sources/cxx-stl/stlport/stlport/stl/
D_ios.c73 _M_streambuf->pubimbue(__loc); in imbue()
D_streambuf.h262 locale pubimbue(const locale&);
D_streambuf.c45 basic_streambuf<_CharT, _Traits>::pubimbue(const locale& __loc) { in pubimbue() function
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/fstreams/filebuf.virtuals/
Dunderflow.pass.cpp116 f.pubimbue(std::locale(LOCALE_en_US_UTF_8)); in main()
Doverflow.pass.cpp123 f.pubimbue(std::locale(LOCALE_en_US_UTF_8)); in main()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
Dstreambuf34 locale pubimbue(const locale& loc);
135 locale pubimbue(const locale& __loc);
225 basic_streambuf<_CharT, _Traits>::pubimbue(const locale& __loc)
Dsstream297 this->pubimbue(__rhs.getloc());
339 this->pubimbue(__rhs.getloc());
418 __rhs.pubimbue(this->getloc());
419 this->pubimbue(__tl);
Dios717 rdbuf()->pubimbue(__loc);
/ndk/sources/cxx-stl/llvm-libc++/patches.android/
D0011-Fix-tests-for-Android.patch225 f.pubimbue(std::locale(LOCALE_en_US_UTF_8));
245 f.pubimbue(std::locale(LOCALE_en_US_UTF_8));