Home
last modified time | relevance | path

Searched refs:showpoint (Results 1 – 17 of 17) sorted by relevance

/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostreams.base/std.ios.manip/fmtflags.manip/
Dshowpoint.pass.cpp26 std::ios_base& r = std::showpoint(ios); in main()
28 assert(ios.flags() & std::ios::showpoint); in main()
Dnoshowpoint.pass.cpp26 std::showpoint(ios); in main()
29 assert(!(ios.flags() & std::ios::showpoint)); in main()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostreams.base/ios.base/ios.types/ios_fmtflags/
Dfmtflags.pass.cpp48 assert(std::ios_base::showpoint); in main()
66 & std::ios_base::showpoint in main()
/ndk/sources/cxx-stl/stlport/stlport/stl/
D_ios_base.h79 _STLP_STATIC_CONSTANT(int, showpoint = 0x0400);
281 inline ios_base& _STLP_CALL showpoint(ios_base& __s) in showpoint() function
282 { __s.setf(ios_base::showpoint); return __s;} in showpoint()
285 { __s.unsetf(ios_base::showpoint); return __s;} in noshowpoint()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostreams.base/ios/basic.ios.members/
Dmove.pass.cpp84 ios2.flags(std::ios::showpoint | std::ios::uppercase); in main()
109 assert(ios1.flags() == (std::ios::showpoint | std::ios::uppercase)); in main()
Dcopyfmt.pass.cpp133 ios2.flags(std::ios::showpoint | std::ios::uppercase); in main()
167 assert(ios1.flags() == (std::ios::showpoint | std::ios::uppercase)); in main()
Dswap.pass.cpp95 ios2.flags(std::ios::showpoint | std::ios::uppercase); in main()
120 assert(ios1.flags() == (std::ios::showpoint | std::ios::uppercase)); in main()
/ndk/sources/cxx-stl/stlport/stlport/using/
Dios17 using _STLP_NEW_IO_NAMESPACE::showpoint;
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.members/
Dput_double.pass.cpp134 showpoint(ios); in test1()
279 showpoint(ios); in test1()
427 showpoint(ios); in test1()
572 showpoint(ios); in test1()
723 showpoint(ios); in test1()
868 showpoint(ios); in test1()
1016 showpoint(ios); in test1()
1161 showpoint(ios); in test1()
1312 showpoint(ios); in test1()
1457 showpoint(ios); in test1()
[all …]
Dput_long_double.pass.cpp134 showpoint(ios); in test1()
279 showpoint(ios); in test1()
427 showpoint(ios); in test1()
572 showpoint(ios); in test1()
723 showpoint(ios); in test1()
868 showpoint(ios); in test1()
1016 showpoint(ios); in test1()
1161 showpoint(ios); in test1()
1312 showpoint(ios); in test1()
1457 showpoint(ios); in test1()
[all …]
/ndk/sources/cxx-stl/stlport/src/
Dnum_put_float.cpp506 if (precision != 0 || flags & ios_base::showpoint) { in __format_float_scientific()
569 if ( flags & ios_base::showpoint || precision > 0 ) { in __format_float_fixed()
667 if (flags & ios_base::showpoint || precision > 0) { in __format_float()
677 if (!(flags & ios_base::showpoint)) { in __format_float()
717 if (flags & ios_base::showpoint) in __fill_fmtbuf()
Dios.cpp56 const ios_base::fmtflags ios_base::showpoint; member in ios_base
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
Dios42 static constexpr fmtflags showpoint;
172 ios_base& showpoint (ios_base& str);
247 static const fmtflags showpoint = 0x0400;
836 showpoint(ios_base& __str)
838 __str.setf(ios_base::showpoint);
846 __str.unsetf(ios_base::showpoint);
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
Dios.cpp102 const ios_base::fmtflags ios_base::showpoint; member in ios_base
Dlocale.cpp4463 if (__flags & ios_base::showpoint) in __format_float()
/ndk/tests/device/test-libc++-shared-full/jni/
DAndroid.mk1734 $(call gen-test, input.output/iostreams.base/std.ios.manip/fmtflags.manip/showpoint)
/ndk/tests/device/test-libc++-static-full/jni/
DAndroid.mk1725 $(call gen-test, input.output/iostreams.base/std.ios.manip/fmtflags.manip/showpoint)