Searched refs:imbue (Results 1 - 23 of 23) sorted by relevance

/ndk/sources/cxx-stl/stlport/stlport/stl/
H A D_ios.c69 locale basic_ios<_CharT, _Traits>::imbue(const locale& __loc) { function in class:_Traits
70 locale __tmp = ios_base::imbue(__loc);
79 __tmp = ios_base::imbue(__tmp);
100 this->imbue(locale());
H A D_streambuf.c46 this->imbue(__loc);
180 basic_streambuf<_CharT, _Traits>::imbue(const locale&) {} function in class:_Traits
H A D_complex.c95 __tmp.imbue(__os.getloc());
H A D_ios.h104 locale imbue(const locale&);
116 // Cached copy of the curent locale's ctype facet. Set by init() and imbue().
H A D_streambuf.h256 // sets the streambuf's locale to __loc. Note that imbue should
259 virtual void imbue(const locale&);
H A D_ios_base.h144 locale imbue(const locale&);
H A D_fstream.c413 void basic_filebuf<_CharT, _Traits>::imbue(const locale& __loc) { function in class:_Traits
697 // Helper functiosn for seek and imbue
729 * This function is called on construction and on an imbue call. In the
732 * The user will have to call imbue before any I/O operation.
H A D_fstream.h213 virtual void imbue(const locale&);
/ndk/tests/device/test-gnustl-full/unit/
H A Dtime_facets_test.cpp34 ostr.imbue(loc);
52 io.imbue(loc);
71 ostrX.imbue(loc);
116 ostr.imbue(loc);
135 io.imbue(loc);
154 ostrX.imbue(loc);
H A Dcodecvt_test.cpp313 istr.imbue(loc);
348 istr.imbue(loc);
499 ifs.imbue( locale(locale(), new my_codecvt) );
502 ifs.imbue( locale() );
H A Dfstream_test.cpp471 s.imbue(loc);
481 s.imbue(loc);
714 ifstr.imbue(locale::classic());
726 ifstr.imbue(my_loc);
H A Dlocale_test.cpp197 os.imbue( loc2 );
H A Dnum_facets_test.cpp42 fostr.imbue(loc);
H A Dmoney_facets_test.cpp66 ostr.imbue(streamLoc);
286 ostr.imbue(loc);
H A Dnum_put_get_test.cpp1238 os.imbue(loc);
/ndk/tests/device/test-stlport/unit/
H A Dtime_facets_test.cpp34 ostr.imbue(loc);
52 io.imbue(loc);
71 ostrX.imbue(loc);
116 ostr.imbue(loc);
135 io.imbue(loc);
154 ostrX.imbue(loc);
H A Dcodecvt_test.cpp313 istr.imbue(loc);
348 istr.imbue(loc);
499 ifs.imbue( locale(locale(), new my_codecvt) );
502 ifs.imbue( locale() );
H A Dfstream_test.cpp471 s.imbue(loc);
481 s.imbue(loc);
714 ifstr.imbue(locale::classic());
726 ifstr.imbue(my_loc);
H A Dlocale_test.cpp197 os.imbue( loc2 );
H A Dnum_facets_test.cpp42 fostr.imbue(loc);
H A Dmoney_facets_test.cpp66 ostr.imbue(streamLoc);
286 ostr.imbue(loc);
H A Dnum_put_get_test.cpp1238 os.imbue(loc);
/ndk/sources/cxx-stl/stlport/src/
H A Dios.cpp124 locale ios_base::imbue(const locale& loc) { function in class:ios_base

Completed in 388 milliseconds