Searched refs:imbue (Results 1 – 2 of 2) sorted by relevance
64 virtual void imbue(const std::locale& __loc) override;88 imbue(this->getloc()); in stdio_filebuf()98 void stdio_filebuf<_CharT>::imbue(const std::locale& __loc) { in imbue() function
310 ss.imbue(std::locale(ss.getloc(), new CommaNumPunct)); in RunTests()417 std::cout.imbue(std::locale(std::cout.getloc(), new CommaNumPunct)); in main()