HomeSort by relevance Sort by last modified time
    Searched refs:imbue (Results 1 - 17 of 17) sorted by null

  /external/stlport/stlport/stl/
_ios.c 69 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());
_ios.h 104 locale imbue(const locale&);
116 // Cached copy of the curent locale's ctype facet. Set by init() and imbue().
_streambuf.c 46 this->imbue(__loc);
180 basic_streambuf<_CharT, _Traits>::imbue(const locale&) {} function in class:_Traits
_complex.c 95 __tmp.imbue(__os.getloc());
_streambuf.h 256 // sets the streambuf's locale to __loc. Note that imbue should
259 virtual void imbue(const locale&);
_ios_base.h 142 locale imbue(const locale&);
_fstream.c 413 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.
_fstream.h 213 virtual void imbue(const locale&);
  /external/stlport/test/eh/
locale.cpp 16 cin.imbue(sys);
17 cout.imbue(sys);
  /external/stlport/test/unit/
time_facets_test.cpp 34 ostr.imbue(loc);
52 io.imbue(loc);
71 ostrX.imbue(loc);
116 ostr.imbue(loc);
135 io.imbue(loc);
154 ostrX.imbue(loc);
codecvt_test.cpp 312 istr.imbue(loc);
346 istr.imbue(loc);
497 ifs.imbue( locale(locale(), new my_codecvt) );
500 ifs.imbue( locale() );
fstream_test.cpp 453 s.imbue(loc);
463 s.imbue(loc);
696 ifstr.imbue(locale::classic());
708 ifstr.imbue(my_loc);
locale_test.cpp 197 os.imbue( loc2 );
num_facets_test.cpp 42 fostr.imbue(loc);
money_facets_test.cpp 66 ostr.imbue(streamLoc);
286 ostr.imbue(loc);
num_put_get_test.cpp     [all...]
  /external/stlport/src/
ios.cpp 122 locale ios_base::imbue(const locale& loc) { function in class:ios_base

Completed in 2053 milliseconds