Lines Matching refs:setf
74 fmtflags setf(fmtflags fmtfl);
75 fmtflags setf(fmtflags fmtfl, fmtflags mask);
285 _LIBCPP_INLINE_VISIBILITY fmtflags setf(fmtflags __fmtfl);
286 _LIBCPP_INLINE_VISIBILITY fmtflags setf(fmtflags __fmtfl, fmtflags __mask);
475 ios_base::setf(fmtflags __fmtfl)
491 ios_base::setf(fmtflags __fmtfl, fmtflags __mask)
850 __str.setf(ios_base::boolalpha);
866 __str.setf(ios_base::showbase);
882 __str.setf(ios_base::showpoint);
898 __str.setf(ios_base::showpos);
914 __str.setf(ios_base::skipws);
930 __str.setf(ios_base::uppercase);
946 __str.setf(ios_base::unitbuf);
962 __str.setf(ios_base::internal, ios_base::adjustfield);
970 __str.setf(ios_base::left, ios_base::adjustfield);
978 __str.setf(ios_base::right, ios_base::adjustfield);
986 __str.setf(ios_base::dec, ios_base::basefield);
994 __str.setf(ios_base::hex, ios_base::basefield);
1002 __str.setf(ios_base::oct, ios_base::basefield);
1010 __str.setf(ios_base::fixed, ios_base::floatfield);
1018 __str.setf(ios_base::scientific, ios_base::floatfield);
1026 __str.setf(ios_base::fixed | ios_base::scientific, ios_base::floatfield);