Lines Matching refs:setf
75 fmtflags setf(fmtflags fmtfl);
76 fmtflags setf(fmtflags fmtfl, fmtflags mask);
283 _LIBCPP_INLINE_VISIBILITY fmtflags setf(fmtflags __fmtfl);
284 _LIBCPP_INLINE_VISIBILITY fmtflags setf(fmtflags __fmtfl, fmtflags __mask);
451 ios_base::setf(fmtflags __fmtfl)
467 ios_base::setf(fmtflags __fmtfl, fmtflags __mask)
806 __str.setf(ios_base::boolalpha);
822 __str.setf(ios_base::showbase);
838 __str.setf(ios_base::showpoint);
854 __str.setf(ios_base::showpos);
870 __str.setf(ios_base::skipws);
886 __str.setf(ios_base::uppercase);
902 __str.setf(ios_base::unitbuf);
918 __str.setf(ios_base::internal, ios_base::adjustfield);
926 __str.setf(ios_base::left, ios_base::adjustfield);
934 __str.setf(ios_base::right, ios_base::adjustfield);
942 __str.setf(ios_base::dec, ios_base::basefield);
950 __str.setf(ios_base::hex, ios_base::basefield);
958 __str.setf(ios_base::oct, ios_base::basefield);
966 __str.setf(ios_base::fixed, ios_base::floatfield);
974 __str.setf(ios_base::scientific, ios_base::floatfield);
982 __str.setf(ios_base::fixed | ios_base::scientific, ios_base::floatfield);