Home
last modified time | relevance | path

Searched refs:fmtflags (Results 1 – 22 of 22) sorted by relevance

/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
Dios31 typedef T1 fmtflags;
32 static constexpr fmtflags boolalpha;
33 static constexpr fmtflags dec;
34 static constexpr fmtflags fixed;
35 static constexpr fmtflags hex;
36 static constexpr fmtflags internal;
37 static constexpr fmtflags left;
38 static constexpr fmtflags oct;
39 static constexpr fmtflags right;
40 static constexpr fmtflags scientific;
[all …]
Diomanip20 T1 resetiosflags(ios_base::fmtflags mask);
21 T2 setiosflags (ios_base::fmtflags mask);
59 ios_base::fmtflags __mask_;
62 explicit __iom_t1(ios_base::fmtflags __m) : __mask_(__m) {}
87 resetiosflags(ios_base::fmtflags __mask)
96 ios_base::fmtflags __mask_;
99 explicit __iom_t2(ios_base::fmtflags __m) : __mask_(__m) {}
124 setiosflags(ios_base::fmtflags __mask)
147 ios_base::fmtflags(0), ios_base::basefield);
160 ios_base::fmtflags(0), ios_base::basefield);
Dostream421 ios_base::fmtflags __flags = ios_base::flags() & ios_base::basefield;
477 ios_base::fmtflags __flags = ios_base::flags() & ios_base::basefield;
Dlocale1203 ios_base::fmtflags __flags);
1205 ios_base::fmtflags __flags);
2946 ios_base::fmtflags __flags, ios_base::iostate& __err,
2984 ios_base::fmtflags __flags,
3299 ios_base::fmtflags __flags,
3361 ios_base::fmtflags __flags,
/ndk/sources/cxx-stl/stlport/src/
Dios.cpp46 const ios_base::fmtflags ios_base::left;
47 const ios_base::fmtflags ios_base::right;
48 const ios_base::fmtflags ios_base::internal;
49 const ios_base::fmtflags ios_base::dec;
50 const ios_base::fmtflags ios_base::hex;
51 const ios_base::fmtflags ios_base::oct;
52 const ios_base::fmtflags ios_base::fixed;
53 const ios_base::fmtflags ios_base::scientific;
54 const ios_base::fmtflags ios_base::boolalpha;
55 const ios_base::fmtflags ios_base::showbase;
[all …]
Dnum_put_float.cpp399 static void __fill_fmtbuf(char* fmtbuf, ios_base::fmtflags flags, char long_modifier);
489 ios_base::fmtflags flags, in __format_float_scientific()
552 ios_base::fmtflags flags, in __format_float_fixed()
615 static size_t __format_nan_or_inf(__iostring& buf, _FloatT x, ios_base::fmtflags flags) { in __format_nan_or_inf()
653 ios_base::fmtflags flags, in __format_float()
710 static void __fill_fmtbuf(char* fmtbuf, ios_base::fmtflags flags, char long_modifier) { in __fill_fmtbuf()
749 static size_t __write_floatT(__iostring &buf, ios_base::fmtflags flags, int precision,
823 __write_float(__iostring &buf, ios_base::fmtflags flags, int precision,
834 __write_float(__iostring &buf, ios_base::fmtflags flags, int precision,
Dnum_put.cpp125 __write_integer(char* buf, ios_base::fmtflags flags, long x) { in __write_integer()
/ndk/sources/cxx-stl/stlport/stlport/stl/
D_ios_base.h59 typedef int fmtflags; typedef
65 typedef fmtflags fmt_flags;
109 fmtflags flags() const { return _M_fmtflags; } in flags()
110 fmtflags flags(fmtflags __flags) { in flags()
111 fmtflags __tmp = _M_fmtflags; in flags()
116 fmtflags setf(fmtflags __flag) { in setf()
117 fmtflags __tmp = _M_fmtflags; in setf()
121 fmtflags setf(fmtflags __flag, fmtflags __mask) { in setf()
122 fmtflags __tmp = _M_fmtflags; in setf()
127 void unsetf(fmtflags __mask) { _M_fmtflags &= ~__mask; } in unsetf()
[all …]
D_iomanip.h50 ios_base::fmtflags _M_flag;
51 ios_base::fmtflags _M_mask;
54 _Ios_Setf_Manip(ios_base::fmtflags __f) in _Ios_Setf_Manip()
57 _Ios_Setf_Manip(ios_base::fmtflags __f, ios_base::fmtflags __m) in _Ios_Setf_Manip()
104 inline _STLP_PRIV _Ios_Setf_Manip _STLP_CALL resetiosflags(ios_base::fmtflags __mask) in resetiosflags()
107 inline _STLP_PRIV _Ios_Setf_Manip _STLP_CALL setiosflags(ios_base::fmtflags __flag) in setiosflags()
111 ios_base::fmtflags __base = __n == 8 ? ios_base::oct : in setbase()
114 ios_base::fmtflags(0); in setbase()
D_num_put.h139 __write_integer_backward(char* __buf, ios_base::fmtflags __flags, _Integer __x);
145 extern size_t _STLP_CALL __write_float(__iostring&, ios_base::fmtflags, int, double);
147 extern size_t _STLP_CALL __write_float(__iostring&, ios_base::fmtflags, int, long double);
164 __write_integer(char* buf, ios_base::fmtflags flags, long x);
D_num_put.c44 ios_base::fmtflags __flags, in __copy_float_and_fill()
51 ios_base::fmtflags __dir = __flags & ios_base::adjustfield; in __copy_float_and_fill()
150 ios_base::fmtflags __flg, streamsize __wid, _CharT __fill, in __copy_integer_and_fill()
161 ios_base::fmtflags __dir = __flg & ios_base::adjustfield; in __copy_integer_and_fill()
194 ios_base::fmtflags __flags, wchar_t __fill) { in __put_integer()
233 ios_base& __f, ios_base::fmtflags __flags, char __fill) { in __put_integer()
276 __write_decimal_backward(char* __ptr, _Integer __x, ios_base::fmtflags __flags, const __true_type& … in __write_decimal_backward()
293 __write_decimal_backward(char* __ptr, _Integer __x, ios_base::fmtflags __flags, const __false_type&… in __write_decimal_backward()
304 __write_integer_backward(char* __buf, ios_base::fmtflags __flags, _Integer __x) { in __write_integer_backward()
379 ios_base::fmtflags __flags = __f.flags(); in __do_put_integer()
[all …]
D_num_get.c57 ios_base::fmtflags __flags, const ctype<_CharT>& __c_type) { in __get_base_or_zero()
74 ios_base::fmtflags __basefield = __flags & ios_base::basefield; in __get_base_or_zero()
D_monetary.c446 ios_base::fmtflags __fill_pos = __str.flags() & ios_base::adjustfield; in __money_do_put()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
Dios.cpp92 const ios_base::fmtflags ios_base::boolalpha;
93 const ios_base::fmtflags ios_base::dec;
94 const ios_base::fmtflags ios_base::fixed;
95 const ios_base::fmtflags ios_base::hex;
96 const ios_base::fmtflags ios_base::internal;
97 const ios_base::fmtflags ios_base::left;
98 const ios_base::fmtflags ios_base::oct;
99 const ios_base::fmtflags ios_base::right;
100 const ios_base::fmtflags ios_base::scientific;
101 const ios_base::fmtflags ios_base::showbase;
[all …]
Dlocale.cpp4389 ios_base::fmtflags __basefield = iob.flags() & ios_base::basefield; in __get_base()
4433 ios_base::fmtflags __flags) in __format_int()
4458 ios_base::fmtflags __flags) in __format_float()
4465 ios_base::fmtflags floatfield = __flags & ios_base::floatfield; in __format_float()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostreams.base/ios.base/fmtflags.state/
Dflags_fmtflags.pass.cpp33 test::fmtflags f = t.flags(test::hex | test::right); in main()
Dsetf_fmtflags_mask.pass.cpp33 test::fmtflags f = t.setf(test::hex | test::right, test::dec | test::right); in main()
Dsetf_fmtflags.pass.cpp33 test::fmtflags f = t.setf(test::hex | test::right); in main()
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/
Dprogress.hpp51 std::istream::fmtflags old_flags = m_os.setf( std::istream::fixed, in ~progress_timer()
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/io/
Dios_state.hpp36 typedef ::std::ios_base::fmtflags aspect_type;
347 state_type::fmtflags const a1_save_;
390 typename state_type::fmtflags const a1_save_;
/ndk/tests/device/test-libc++-static-full/jni/
DAndroid.mk1651 $(call gen-test, input.output/iostreams.base/ios.base/fmtflags.state/flags_fmtflags)
1652 $(call gen-test, input.output/iostreams.base/ios.base/fmtflags.state/flags)
1653 $(call gen-test, input.output/iostreams.base/ios.base/fmtflags.state/precision)
1654 $(call gen-test, input.output/iostreams.base/ios.base/fmtflags.state/precision_streamsize)
1655 $(call gen-test, input.output/iostreams.base/ios.base/fmtflags.state/setf_fmtflags_mask)
1656 $(call gen-test, input.output/iostreams.base/ios.base/fmtflags.state/setf_fmtflags)
1657 $(call gen-test, input.output/iostreams.base/ios.base/fmtflags.state/unsetf_mask)
1658 $(call gen-test, input.output/iostreams.base/ios.base/fmtflags.state/width)
1659 $(call gen-test, input.output/iostreams.base/ios.base/fmtflags.state/width_streamsize)
1670 $(call gen-test, input.output/iostreams.base/ios.base/ios.types/ios_fmtflags/fmtflags)
[all …]
/ndk/tests/device/test-libc++-shared-full/jni/
DAndroid.mk1660 $(call gen-test, input.output/iostreams.base/ios.base/fmtflags.state/flags_fmtflags)
1661 $(call gen-test, input.output/iostreams.base/ios.base/fmtflags.state/flags)
1662 $(call gen-test, input.output/iostreams.base/ios.base/fmtflags.state/precision)
1663 $(call gen-test, input.output/iostreams.base/ios.base/fmtflags.state/precision_streamsize)
1664 $(call gen-test, input.output/iostreams.base/ios.base/fmtflags.state/setf_fmtflags_mask)
1665 $(call gen-test, input.output/iostreams.base/ios.base/fmtflags.state/setf_fmtflags)
1666 $(call gen-test, input.output/iostreams.base/ios.base/fmtflags.state/unsetf_mask)
1667 $(call gen-test, input.output/iostreams.base/ios.base/fmtflags.state/width)
1668 $(call gen-test, input.output/iostreams.base/ios.base/fmtflags.state/width_streamsize)
1679 $(call gen-test, input.output/iostreams.base/ios.base/ios.types/ios_fmtflags/fmtflags)
[all …]