Searched refs:setfill (Results 1 – 10 of 10) sorted by relevance
29 os << std::setfill('*'); in main()35 os << std::setfill(L'*'); in main()
4 using ::setfill;
4 using _STLP_NEW_IO_NAMESPACE::setfill;
35 using _STLP_STD::setfill;
160 inline _STLP_PRIV _Setfill_Manip<_CharT> _STLP_CALL setfill(_CharT __c) in setfill() function
21 template<charT> T4 setfill(charT c);159 // setfill183 setfill(_CharT __c)
470 ostr << fixed << setprecision(8) << setw(30) << setfill('0') << 0.12345678f; in num_put_float()478 ostr << fixed << showpos << setprecision(8) << setw(30) << setfill('0') << 0.12345678f; in num_put_float()486 … ostr << fixed << showpos << setprecision(8) << setw(30) << left << setfill('0') << 0.12345678f; in num_put_float()494 …ostr << fixed << showpos << setprecision(8) << setw(30) << internal << setfill('0') << 0.12345678f; in num_put_float()
236 of << "line " << setiosflags(ios_base::right) << setfill('0') << setw(2) << i << "\n"; in tellg()769 out << setiosflags(ios_base::right) << setfill('*'); in big_file()