/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.locales/ |
locales.pass.cpp | 15 // locale pubimbue(const locale& loc); 45 assert(t.pubimbue(std::locale(LOCALE_fr_FR_UTF_8)).name() == "en_US.UTF-8");
|
/external/stlport/stlport/stl/ |
_ios.c | 73 _M_streambuf->pubimbue(__loc);
|
_streambuf.c | 45 basic_streambuf<_CharT, _Traits>::pubimbue(const locale& __loc) { function in class:_Traits
|
_streambuf.h | 255 // This is a hook, called by pubimbue() just before pubimbue() 262 locale pubimbue(const locale&);
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
_ios.c | 73 _M_streambuf->pubimbue(__loc);
|
_streambuf.c | 45 basic_streambuf<_CharT, _Traits>::pubimbue(const locale& __loc) { function in class:_Traits
|
_streambuf.h | 255 // This is a hook, called by pubimbue() just before pubimbue() 262 locale pubimbue(const locale&);
|
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/ |
_ios.c | 73 _M_streambuf->pubimbue(__loc);
|
_streambuf.c | 45 basic_streambuf<_CharT, _Traits>::pubimbue(const locale& __loc) { function in class:_Traits
|
_streambuf.h | 255 // This is a hook, called by pubimbue() just before pubimbue() 262 locale pubimbue(const locale&);
|
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/ |
_ios.c | 73 _M_streambuf->pubimbue(__loc);
|
_streambuf.c | 45 basic_streambuf<_CharT, _Traits>::pubimbue(const locale& __loc) { function in class:_Traits
|
_streambuf.h | 255 // This is a hook, called by pubimbue() just before pubimbue() 262 locale pubimbue(const locale&);
|
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/ |
_ios.c | 73 _M_streambuf->pubimbue(__loc);
|
_streambuf.c | 45 basic_streambuf<_CharT, _Traits>::pubimbue(const locale& __loc) { function in class:_Traits
|
_streambuf.h | 255 // This is a hook, called by pubimbue() just before pubimbue() 262 locale pubimbue(const locale&);
|
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/ |
_ios.c | 73 _M_streambuf->pubimbue(__loc);
|
_streambuf.c | 45 basic_streambuf<_CharT, _Traits>::pubimbue(const locale& __loc) { function in class:_Traits
|
_streambuf.h | 255 // This is a hook, called by pubimbue() just before pubimbue() 262 locale pubimbue(const locale&);
|
/prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/ |
_ios.c | 73 _M_streambuf->pubimbue(__loc);
|
_streambuf.c | 45 basic_streambuf<_CharT, _Traits>::pubimbue(const locale& __loc) { function in class:_Traits
|
_streambuf.h | 255 // This is a hook, called by pubimbue() just before pubimbue() 262 locale pubimbue(const locale&);
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/fstreams/filebuf.virtuals/ |
underflow.pass.cpp | 113 f.pubimbue(std::locale(LOCALE_en_US_UTF_8));
|
overflow.pass.cpp | 120 f.pubimbue(std::locale(LOCALE_en_US_UTF_8));
|