Home
last modified time | relevance | path

Searched refs:setfill (Results 1 – 8 of 8) sorted by relevance

/reactos/sdk/include/c++/stlport/using/h/
H A Diomanip.h4 using ::setfill;
/reactos/sdk/include/c++/stlport/using/
H A Diomanip4 using _STLP_NEW_IO_NAMESPACE::setfill;
/reactos/sdk/include/c++/stlport/
H A Diomanip.h35 using _STLP_STD::setfill;
/reactos/modules/rosapps/applications/net/netreg/
H A Dnetreg.cpp20 using std::setfill;
146 out << setw( 8 ) << setfill( '0' ) << hex << addr << ": "; in dump_one_line()
149 if( i < len ) out << setw( 2 ) << setfill( '0' ) << hex << in dump_one_line()
/reactos/sdk/lib/3rdparty/stlport/test/unit/
H A Dnum_put_get_test.cpp470 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()
H A Dfstream_test.cpp218 of << "line " << setiosflags(ios_base::right) << setfill('0') << setw(2) << i << "\n"; in tellg()
751 out << setiosflags(ios_base::right) << setfill('*'); in big_file()
/reactos/sdk/include/c++/stlport/stl/
H A D_iomanip.h160 inline _STLP_PRIV _Setfill_Manip<_CharT> _STLP_CALL setfill(_CharT __c) in setfill() function
/reactos/sdk/lib/3rdparty/stlport/etc/
H A DChangeLog-5.17780 * iomanip : added operator for setfill object and istream (was ostream only) (Thanks Mukesh Kapoor)