Searched refs:setf (Results 1 – 14 of 14) sorted by relevance
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
D | _ios_base.h | 116 fmtflags setf(fmtflags __flag) { in setf() function 121 fmtflags setf(fmtflags __flag, fmtflags __mask) { in setf() function 270 { __s.setf(ios_base::boolalpha); return __s;} in boolalpha() 276 { __s.setf(ios_base::showbase); return __s;} in showbase() 282 { __s.setf(ios_base::showpoint); return __s;} in showpoint() 288 { __s.setf(ios_base::showpos); return __s;} in showpos() 294 { __s.setf(ios_base::skipws); return __s;} in skipws() 300 { __s.setf(ios_base::uppercase); return __s;} in uppercase() 306 { __s.setf(ios_base::unitbuf); return __s;} in unitbuf() 314 { __s.setf(ios_base::internal, ios_base::adjustfield); return __s; } in internal() [all …]
|
D | _iomanip.h | 62 __ios.setf(_M_flag, _M_mask); in operator() 64 __ios.setf(_M_flag); in operator()
|
D | _num_put.c | 480 __f.setf(ios_base::hex, ios_base::basefield); in do_put() 481 __f.setf(ios_base::showbase); in do_put() 482 __f.setf(ios_base::internal, ios_base::adjustfield); in do_put()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ |
D | ios | 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); [all …]
|
D | iomanip | 107 __is.setf(__x.__mask_); 117 __os.setf(__x.__mask_); 144 __is.setf(__x.__base_ == 8 ? ios_base::oct : 157 __os.setf(__x.__base_ == 8 ? ios_base::oct :
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostreams.base/ios.base/fmtflags.state/ |
D | setf_fmtflags.pass.cpp | 33 test::fmtflags f = t.setf(test::hex | test::right); in main()
|
D | setf_fmtflags_mask.pass.cpp | 33 test::fmtflags f = t.setf(test::hex | test::right, test::dec | test::right); in main()
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/ |
D | progress.hpp | 51 std::istream::fmtflags old_flags = m_os.setf( std::istream::fixed, in ~progress_timer()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.members/ |
D | get_long.pass.cpp | 113 ios.setf(0, ios.basefield); in main() 125 ios.setf(0, ios.basefield); in main() 137 ios.setf(0, ios.basefield); in main() 149 ios.setf(0, ios.basefield); in main()
|
/ndk/sources/cxx-stl/stlport/src/ |
D | iostream.cpp | 229 ptr_cerr->setf(ios_base::unitbuf); in _S_initialize() 244 ptr_wcerr->setf(ios_base::unitbuf); in _S_initialize()
|
/ndk/tests/device/test-gnustl-full/unit/ |
D | num_facets_test.cpp | 107 fostr.setf(ios_base::uppercase | ios_base::showpos); in _num_put_get()
|
D | num_put_get_test.cpp | 585 str.setf(ios::fixed, ios::floatfield); in num_put_float() 1045 s.setf( ios_base::internal, ios_base::adjustfield ); in inhex() 1126 str.setf(ios::fixed, ios::floatfield); in fix_float_long()
|
/ndk/tests/device/test-stlport/unit/ |
D | num_facets_test.cpp | 107 fostr.setf(ios_base::uppercase | ios_base::showpos); in _num_put_get()
|
D | num_put_get_test.cpp | 585 str.setf(ios::fixed, ios::floatfield); in num_put_float() 1047 s.setf( ios_base::internal, ios_base::adjustfield ); in inhex() 1128 str.setf(ios::fixed, ios::floatfield); in fix_float_long()
|