Home
last modified time | relevance | path

Searched refs:state_type (Results 1 – 25 of 27) sorted by relevance

12

/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/io/
Dios_state.hpp35 typedef ::std::ios_base state_type; typedef in boost::io::ios_flags_saver
38 explicit ios_flags_saver( state_type &s ) in ios_flags_saver()
41 ios_flags_saver( state_type &s, aspect_type const &a ) in ios_flags_saver()
51 state_type & s_save_;
60 typedef ::std::ios_base state_type; typedef in boost::io::ios_precision_saver
63 explicit ios_precision_saver( state_type &s ) in ios_precision_saver()
66 ios_precision_saver( state_type &s, aspect_type const &a ) in ios_precision_saver()
76 state_type & s_save_;
85 typedef ::std::ios_base state_type; typedef in boost::io::ios_width_saver
88 explicit ios_width_saver( state_type &s ) in ios_width_saver()
[all …]
/ndk/sources/cxx-stl/stlport/stlport/stl/
D_codecvt.h50 typedef _StateT state_type; typedef
62 result out(state_type& __state,
76 result unshift(state_type& __state,
84 result in(state_type& __state,
102 int length(state_type& __state,
117 virtual result do_out(state_type&,
126 virtual result do_in (state_type&,
135 virtual result do_unshift(state_type&,
147 virtual int do_length(state_type&,
157 codecvt(const codecvt<intern_type, extern_type, state_type>&);
[all …]
Dchar_traits.h138 typedef mbstate_t state_type; typedef
217 typedef mbstate_t state_type; typedef
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
Dcodecvt87 typedef mbstate_t state_type;
96 do_out(state_type& __st,
100 do_in(state_type& __st,
104 do_unshift(state_type& __st,
108 virtual int do_length(state_type&, const extern_type* __frm, const extern_type* __end,
122 typedef mbstate_t state_type;
131 do_out(state_type& __st,
135 do_in(state_type& __st,
139 do_unshift(state_type& __st,
143 virtual int do_length(state_type&, const extern_type* __frm, const extern_type* __end,
[all …]
D__std_stream42 typedef typename traits_type::state_type state_type;
44 __stdinbuf(FILE* __fp, state_type* __st);
55 const codecvt<char_type, char, state_type>* __cv_;
56 state_type* __st_;
69 __stdinbuf<_CharT>::__stdinbuf(FILE* __fp, state_type* __st)
82 __cv_ = &use_facet<codecvt<char_type, char, state_type> >(__loc);
136 state_type __sv_st = *__st_;
230 typedef typename traits_type::state_type state_type;
232 __stdoutbuf(FILE* __fp, state_type* __st);
242 const codecvt<char_type, char, state_type>* __cv_;
[all …]
D__locale823 typedef mbstate_t state_type;
830 result out(state_type& __st,
838 result unshift(state_type& __st,
845 result in(state_type& __st,
865 …int length(state_type& __st, const extern_type* __frm, const extern_type* __end, size_t __mx) const
885 virtual result do_out(state_type& __st,
888 virtual result do_in(state_type& __st,
891 virtual result do_unshift(state_type& __st,
895 …virtual int do_length(state_type& __st, const extern_type* __frm, const extern_type* __end, size_t…
910 typedef mbstate_t state_type;
[all …]
Dfstream192 typedef typename traits_type::state_type state_type;
235 const codecvt<char_type, char, state_type>* __cv_;
236 state_type __st_;
237 state_type __st_last_;
266 if (has_facet<codecvt<char_type, char, state_type> >(this->getloc()))
268 __cv_ = &use_facet<codecvt<char_type, char, state_type> >(this->getloc());
330 __rhs.__st_ = state_type();
331 __rhs.__st_last_ = state_type();
872 state_type __state = __st_last_;
915 __cv_ = &use_facet<codecvt<char_type, char, state_type> >(__loc);
Diosfwd82 typedef fpos<char_traits<char>::state_type> streampos;
83 typedef fpos<char_traits<wchar_t>::state_type> wstreampos;
Dlocale93 typedef typename Codecvt::state_type state_type;
97 wstring_convert(Codecvt* pcvt, state_type state);
115 state_type state() const;
123 typedef typename Tr::state_type state_type;
126 state_type state = state_type()); // explicit in C++14
134 state_type state() const;
3756 typedef typename _Codecvt::state_type state_type;
3763 state_type __cvtstate_;
3770 wstring_convert(_Codecvt* __pcvt, state_type __state);
3803 state_type state() const {return __cvtstate_;}
[all …]
/ndk/sources/cxx-stl/stlport/src/
Dcodecvt.cpp30 int codecvt<char, char, mbstate_t>::do_length(state_type&, in do_length() argument
48 codecvt<char, char, mbstate_t>::do_unshift(state_type& /* __state */, in do_unshift() argument
55 codecvt<char, char, mbstate_t>::do_in (state_type& /* __state */ , in do_in() argument
65 codecvt<char, char, mbstate_t>::do_out(state_type& /* __state */, in do_out() argument
83 codecvt<wchar_t, char, mbstate_t>::do_out(state_type& /* state */, in do_out() argument
98 codecvt<wchar_t, char, mbstate_t>::do_in (state_type& /* state */, in do_in() argument
114 codecvt<wchar_t, char, mbstate_t>::do_unshift(state_type& /* state */, in do_unshift() argument
128 int codecvt<wchar_t, char, mbstate_t>::do_length(state_type&, in do_length() argument
Dfacets_byname.cpp306 codecvt_byname<wchar_t, char, mbstate_t>::do_out(state_type& state, in do_out()
338 codecvt_byname<wchar_t, char, mbstate_t>::do_in(state_type& state, in do_in()
371 codecvt_byname<wchar_t, char, mbstate_t>::do_unshift(state_type& state, in do_unshift()
406 codecvt_byname<wchar_t, char, mbstate_t>::do_length(state_type& state, in do_length()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locales/locale.convenience/conversions/conversions.string/
Dtypes.pass.cpp32 static_assert((std::is_same<myconv::state_type, std::mbstate_t>::value), ""); in main()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/char.traits/char.traits.specializations/char.traits.specializations.char/
Dtypes.pass.cpp29 static_assert((std::is_same<std::char_traits<char>::state_type, std::mbstate_t>::value), ""); in main()
/ndk/tests/device/test-gnustl-full/unit/
Dcodecvt_test.cpp394 cdecvt_type::state_type state; in in_out_test()
395 memset(&state, 0, sizeof(cdecvt_type::state_type)); in in_out_test()
408 cdecvt_type::state_type state; in in_out_test()
409 memset(&state, 0, sizeof(cdecvt_type::state_type)); in in_out_test()
441 cdecvt_type::state_type state; in length_test()
442 memset(&state, 0, sizeof(cdecvt_type::state_type)); in length_test()
466 virtual result do_in(state_type& /*state*/, const extern_type* first1, in do_in() argument
Dfstream_test.cpp626 typedef my_state state_type; typedef
627 typedef fpos<state_type> pos_type;
640 typedef my_state state_type; typedef in std::codecvt
643 result out(state_type&, in out() argument
652 result in (state_type&, in in() argument
661 result unshift(state_type&, in unshift() argument
673 int length(const state_type&, in length() argument
/ndk/tests/device/test-stlport/unit/
Dcodecvt_test.cpp394 cdecvt_type::state_type state; in in_out_test()
395 memset(&state, 0, sizeof(cdecvt_type::state_type)); in in_out_test()
408 cdecvt_type::state_type state; in in_out_test()
409 memset(&state, 0, sizeof(cdecvt_type::state_type)); in in_out_test()
441 cdecvt_type::state_type state; in length_test()
442 memset(&state, 0, sizeof(cdecvt_type::state_type)); in length_test()
466 virtual result do_in(state_type& /*state*/, const extern_type* first1, in do_in() argument
Dfstream_test.cpp626 typedef my_state state_type; typedef
627 typedef fpos<state_type> pos_type;
640 typedef my_state state_type; typedef in std::codecvt
643 result out(state_type&, in out() argument
652 result in (state_type&, in in() argument
661 result unshift(state_type&, in unshift() argument
673 int length(const state_type&, in length() argument
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/char.traits/char.traits.specializations/char.traits.specializations.wchar.t/
Dtypes.pass.cpp29 static_assert((std::is_same<std::char_traits<wchar_t>::state_type, std::mbstate_t>::value), ""); in main()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
Dlocale.cpp1442 codecvt<char, char, mbstate_t>::do_out(state_type&, in do_out() argument
1452 codecvt<char, char, mbstate_t>::do_in(state_type&, in do_in() argument
1462 codecvt<char, char, mbstate_t>::do_unshift(state_type&, in do_unshift() argument
1482 codecvt<char, char, mbstate_t>::do_length(state_type&, in do_length() argument
1528 codecvt<wchar_t, char, mbstate_t>::do_out(state_type& st, in do_out()
1597 codecvt<wchar_t, char, mbstate_t>::do_in(state_type& st, in do_in()
1675 codecvt<wchar_t, char, mbstate_t>::do_unshift(state_type& st, in do_unshift()
1723 codecvt<wchar_t, char, mbstate_t>::do_length(state_type& st, in do_length()
3158 codecvt<char16_t, char, mbstate_t>::do_out(state_type&, in do_out() argument
3175 codecvt<char16_t, char, mbstate_t>::do_in(state_type&, in do_in() argument
[all …]
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/char.traits/char.traits.specializations/char.traits.specializations.char16_t/
Dtypes.pass.cpp31 … static_assert((std::is_same<std::char_traits<char16_t>::state_type, std::mbstate_t>::value), ""); in main()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/char.traits/char.traits.specializations/char.traits.specializations.char32_t/
Dtypes.pass.cpp31 … static_assert((std::is_same<std::char_traits<char32_t>::state_type, std::mbstate_t>::value), ""); in main()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.ctype/locale.codecvt/
Dtypes_char.pass.cpp35 static_assert((std::is_same<F::state_type, std::mbstate_t>::value), ""); in main()
Dtypes_char32_t.pass.cpp36 static_assert((std::is_same<F::state_type, std::mbstate_t>::value), ""); in main()
Dtypes_char16_t.pass.cpp36 static_assert((std::is_same<F::state_type, std::mbstate_t>::value), ""); in main()
Dtypes_wchar_t.pass.cpp35 static_assert((std::is_same<F::state_type, std::mbstate_t>::value), ""); in main()

12