Home
last modified time | relevance | path

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

12

/freebsd-12.1/contrib/libc++/include/
H A Dcodecvt87 typedef mbstate_t state_type;
96 do_out(state_type& __st,
100 do_in(state_type& __st,
122 typedef mbstate_t state_type;
131 do_out(state_type& __st,
135 do_in(state_type& __st,
166 do_out(state_type& __st,
170 do_in(state_type& __st,
223 do_in(state_type& __st,
258 do_in(state_type& __st,
[all …]
H A D__std_stream44 typedef typename traits_type::state_type state_type;
46 __stdinbuf(FILE* __fp, state_type* __st);
57 const codecvt<char_type, char, state_type>* __cv_;
58 state_type* __st_;
71 __stdinbuf<_CharT>::__stdinbuf(FILE* __fp, state_type* __st)
138 state_type __sv_st = *__st_;
232 typedef typename traits_type::state_type state_type;
234 __stdoutbuf(FILE* __fp, state_type* __st);
244 const codecvt<char_type, char, state_type>* __cv_;
245 state_type* __st_;
[all …]
H A D__locale875 typedef mbstate_t state_type;
882 result out(state_type& __st,
897 result in(state_type& __st,
962 typedef mbstate_t state_type;
967 result out(state_type& __st,
982 result in(state_type& __st,
1044 typedef mbstate_t state_type;
1051 result out(state_type& __st,
1066 result in(state_type& __st,
1137 result out(state_type& __st,
[all …]
H A Dfstream211 typedef typename traits_type::state_type state_type;
275 const codecvt<char_type, char, state_type>* __cv_;
276 state_type __st_;
277 state_type __st_last_;
306 if (has_facet<codecvt<char_type, char, state_type> >(this->getloc()))
308 __cv_ = &use_facet<codecvt<char_type, char, state_type> >(this->getloc());
370 __rhs.__st_ = state_type();
371 __rhs.__st_last_ = state_type();
1008 state_type __state = __st_last_;
1051 __cv_ = &use_facet<codecvt<char_type, char, state_type> >(__loc);
H A D__string27 typedef mbstate_t state_type;
82 typedef mbstate_t state_type;
206 typedef mbstate_t state_type;
296 typedef mbstate_t state_type;
402 typedef mbstate_t state_type;
498 typedef mbstate_t state_type;
617 typedef mbstate_t state_type;
H A Diosfwd88 typedef fpos<char_traits<char>::state_type> streampos;
89 typedef fpos<char_traits<wchar_t>::state_type> wstreampos;
H A Dlocale93 typedef typename Codecvt::state_type state_type;
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;
3651 typedef typename _Codecvt::state_type state_type;
3658 state_type __cvtstate_;
3763 state_type __st = __cvtstate_;
3912 typedef typename _Codecvt::state_type state_type;
3924 state_type __st_;
[all …]
/freebsd-12.1/contrib/libstdc++/include/bits/
H A Dcodecvt.h80 typedef _StateT state_type; typedef
120 out(state_type& __state, const intern_type* __from, in out()
200 in(state_type& __state, const extern_type* __from, in in()
263 do_length(state_type&, const extern_type* __from,
281 typedef _StateT state_type; typedef
323 do_length(state_type&, const extern_type* __from,
342 typedef mbstate_t state_type; typedef
383 do_length(state_type&, const extern_type* __from,
400 typedef mbstate_t state_type; typedef
425 do_unshift(state_type& __state,
[all …]
H A Dchar_traits.h67 typedef std::mbstate_t state_type; typedef
93 typedef typename _Char_types<_CharT>::state_type state_type; typedef
238 typedef mbstate_t state_type;
308 typedef mbstate_t state_type;
H A Dlocale_facets.h4540 __codecvt_type::state_type __state; in _M_convert_from_char()
/freebsd-12.1/contrib/libstdc++/include/ext/
H A Dcodecvt_specializations.h223 typedef encoding_state state_type; typedef
224 typedef typename std::fpos<state_type> pos_type;
246 typedef __gnu_cxx::encoding_state state_type; typedef
247 typedef state_type::descriptor_type descriptor_type;
258 codecvt(state_type& __enc, size_t __refs = 0)
273 do_unshift(state_type& __state, extern_type* __to,
289 do_length(state_type&, const extern_type* __from,
314 do_out(state_type& __state, const intern_type* __from, in do_out()
383 do_unshift(state_type& __state, extern_type* __to, in do_unshift()
418 do_in(state_type& __state, const extern_type* __from, in do_in()
[all …]
H A Dpod_char_traits.h54 typedef S state_type; typedef
97 typedef typename char_type::state_type state_type;
98 typedef fpos<state_type> pos_type;
/freebsd-12.1/contrib/libstdc++/config/locale/generic/
H A Dcodecvt_members.cc44 do_out(state_type& __state, const intern_type* __from, in _GLIBCXX_BEGIN_NAMESPACE()
52 state_type __tmp_state(__state); in _GLIBCXX_BEGIN_NAMESPACE()
109 do_in(state_type& __state, const extern_type* __from, in do_in()
117 state_type __tmp_state(__state); in do_in()
182 do_length(state_type& __state, const extern_type* __from, in do_length()
186 state_type __tmp_state(__state); in do_length()
/freebsd-12.1/contrib/libstdc++/src/
H A Dcodecvt.cc59 do_out(state_type&, const intern_type* __from, in do_out() argument
74 do_unshift(state_type&, extern_type* __to, in do_unshift() argument
83 do_in(state_type&, const extern_type* __from, in do_in() argument
107 do_length (state_type&, const extern_type* __from, in do_length() argument
139 do_unshift(state_type&, extern_type* __to, in do_unshift() argument
/freebsd-12.1/contrib/libstdc++/config/locale/gnu/
H A Dcodecvt_members.cc45 do_out(state_type& __state, const intern_type* __from, in _GLIBCXX_BEGIN_NAMESPACE()
51 state_type __tmp_state(__state); in _GLIBCXX_BEGIN_NAMESPACE()
120 do_in(state_type& __state, const extern_type* __from, in do_in()
126 state_type __tmp_state(__state); in do_in()
235 do_length(state_type& __state, const extern_type* __from, in do_length()
239 state_type __tmp_state(__state); in do_length()
/freebsd-12.1/contrib/libc++/src/
H A Dlocale.cpp1464 codecvt<char, char, mbstate_t>::do_in(state_type&, in do_in() argument
3265 __codecvt_utf8<wchar_t>::do_out(state_type&, in do_out() argument
3294 __codecvt_utf8<wchar_t>::do_in(state_type&, in do_in() argument
3320 __codecvt_utf8<wchar_t>::do_unshift(state_type&, in do_unshift() argument
3340 __codecvt_utf8<wchar_t>::do_length(state_type&, in do_length() argument
3359 __codecvt_utf8<char16_t>::do_out(state_type&, in do_out() argument
3377 __codecvt_utf8<char16_t>::do_in(state_type&, in do_in() argument
3415 __codecvt_utf8<char16_t>::do_length(state_type&, in do_length() argument
3434 __codecvt_utf8<char32_t>::do_out(state_type&, in do_out() argument
3452 __codecvt_utf8<char32_t>::do_in(state_type&, in do_in() argument
[all …]
/freebsd-12.1/contrib/flex/
H A Dnfa.c334 switch (state_type[mach]) {
340 state_type[mach] = STATE_NORMAL;
614 state_type =
615 reallocate_integer_array (state_type, current_mns);
626 state_type[lastnfa] = current_state_type;
H A Dmain.c75 int *accptnum, *assoc_rule, *state_type; variable
1724 state_type = allocate_integer_array (current_mns); in set_up_initial_allocations()
H A Dflexdef.h513 extern int *accptnum, *assoc_rule, *state_type;
H A Ddfa.c108 int type = state_type[ns];
/freebsd-12.1/contrib/libstdc++/include/std/
H A Dstd_fstream.h82 typedef typename traits_type::state_type __state_type; in _GLIBCXX_BEGIN_NAMESPACE()
/freebsd-12.1/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_mci.c1416 ar9300_mci_state(struct ath_hal *ah, u_int32_t state_type, u_int32_t *p_data) in ar9300_mci_state() argument
1421 switch (state_type) { in ar9300_mci_state()
1480 else if (state_type == HAL_MCI_STATE_NEXT_GPM_OFFSET) { in ar9300_mci_state()
H A Dar9300.h1671 extern u_int32_t ar9300_mci_state (struct ath_hal *ah, u_int32_t state_type, u_int32_t *p_data);
/freebsd-12.1/contrib/libstdc++/
H A DChangeLog-2002246 (state_type&, const intern_type*, const intern_type*,
248 codecvt::do_in(state_type&, const extern_type*, const extern_type*,
253 (codecvt::do_length(const state_type&, const extern_type*,
338 * src/codecvt.cc (codecvt::do_out(state_type&, const intern_type*,
340 extern_type*&), codecvt::do_in(state_type&, const extern_type*,
342 intern_type*&), codecvt::do_length(const state_type&,
344 (const state_type&, const extern_type*, const extern_type*,
H A DChangeLog-199821 state_type and codecvt_type members, the allocation of an internal

12