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

/freebsd-9.3-release/contrib/libstdc++/src/
H A Dios_locale.cc53 ios_base::imbue(const locale& __loc) function in class:ios_base
/freebsd-9.3-release/contrib/libstdc++/include/bits/
H A Dbasic_ios.h389 * Calls @c ios_base::imbue(loc), and if a stream buffer is associated
396 imbue(const locale& __loc);
H A Dios_base.h416 * during imbue(). copyfmt_event is used during copyfmt().
432 * several ios_base and basic_ios functions, specifically imbue(),
679 imbue(const locale& __loc);
685 * If @c imbue(loc) has previously been called, then this function
/freebsd-9.3-release/contrib/libstdc++/include/std/
H A Dstd_streambuf.h217 * @brief Entry point for imbue().
221 * Calls the derived imbue(loc).
227 this->imbue(__loc);
572 imbue(const locale&) function in class:basic_streambuf
H A Dstd_fstream.h370 imbue(const locale& __loc);
H A Dstd_complex.h522 __s.imbue(__os.getloc());
/freebsd-9.3-release/contrib/libc++/src/
H A Dios.cpp134 ios_base::imbue(const locale& newloc) function in class:ios_base

Completed in 176 milliseconds