Lines Matching refs:setf
74 fmtflags setf(fmtflags fmtfl);
75 fmtflags setf(fmtflags fmtfl, fmtflags mask);
298 _LIBCPP_INLINE_VISIBILITY fmtflags setf(fmtflags __fmtfl);
299 _LIBCPP_INLINE_VISIBILITY fmtflags setf(fmtflags __fmtfl, fmtflags __mask);
486 ios_base::setf(fmtflags __fmtfl)
502 ios_base::setf(fmtflags __fmtfl, fmtflags __mask)
851 __str.setf(ios_base::boolalpha);
867 __str.setf(ios_base::showbase);
883 __str.setf(ios_base::showpoint);
899 __str.setf(ios_base::showpos);
915 __str.setf(ios_base::skipws);
931 __str.setf(ios_base::uppercase);
947 __str.setf(ios_base::unitbuf);
963 __str.setf(ios_base::internal, ios_base::adjustfield);
971 __str.setf(ios_base::left, ios_base::adjustfield);
979 __str.setf(ios_base::right, ios_base::adjustfield);
987 __str.setf(ios_base::dec, ios_base::basefield);
995 __str.setf(ios_base::hex, ios_base::basefield);
1003 __str.setf(ios_base::oct, ios_base::basefield);
1011 __str.setf(ios_base::fixed, ios_base::floatfield);
1019 __str.setf(ios_base::scientific, ios_base::floatfield);
1027 __str.setf(ios_base::fixed | ios_base::scientific, ios_base::floatfield);