Searched refs:state_type (Results 1 - 14 of 14) sorted by relevance

/freebsd-9.3-release/contrib/libstdc++/include/bits/
H A Dcodecvt.h80 typedef _StateT state_type; typedef in class:__codecvt_abstract_base
120 out(state_type& __state, const intern_type* __from,
159 unshift(state_type& __state, extern_type* __to, extern_type* __to_end,
200 in(state_type& __state, const extern_type* __from,
218 length(state_type& __state, const extern_type* __from,
241 do_out(state_type& __state, const intern_type* __from,
247 do_unshift(state_type& __state, extern_type* __to,
251 do_in(state_type& __state, const extern_type* __from,
263 do_length(state_type&, const extern_type* __from,
281 typedef _StateT state_type; typedef in class:codecvt
342 typedef mbstate_t state_type; typedef in class:codecvt
400 typedef mbstate_t state_type; typedef in class:codecvt
[all...]
H A Dchar_traits.h56 * state_type. By default these are unsigned long, streamoff,
67 typedef std::mbstate_t state_type; typedef in struct:_Char_types
76 * right, but the int_type and state_type typedefs, and the eof()
93 typedef typename _Char_types<_CharT>::state_type state_type; typedef in struct:char_traits
238 typedef mbstate_t state_type; typedef in struct:char_traits
308 typedef mbstate_t state_type; typedef in struct:char_traits
H A Dlocale_facets.h4540 __codecvt_type::state_type __state;
/freebsd-9.3-release/contrib/libstdc++/config/locale/generic/
H A Dcodecvt_members.cc44 do_out(state_type& __state, const intern_type* __from,
52 state_type __tmp_state(__state);
109 do_in(state_type& __state, const extern_type* __from,
117 state_type __tmp_state(__state);
182 do_length(state_type& __state, const extern_type* __from,
186 state_type __tmp_state(__state);
/freebsd-9.3-release/contrib/libstdc++/src/
H A Dcodecvt.cc59 do_out(state_type&, const intern_type* __from,
74 do_unshift(state_type&, extern_type* __to,
83 do_in(state_type&, const extern_type* __from,
107 do_length (state_type&, const extern_type* __from,
139 do_unshift(state_type&, extern_type* __to,
/freebsd-9.3-release/contrib/libstdc++/include/ext/
H A Dcodecvt_specializations.h108 // typedef STATE_T state_type
109 // requires: state_type shall meet the requirements of
223 typedef encoding_state state_type; typedef in struct:encoding_char_traits
224 typedef typename std::fpos<state_type> pos_type;
246 typedef __gnu_cxx::encoding_state state_type; typedef in class:codecvt
247 typedef state_type::descriptor_type descriptor_type;
254 : __codecvt_abstract_base<intern_type, extern_type, state_type>(__refs)
258 codecvt(state_type& __enc, size_t __refs = 0)
259 : __codecvt_abstract_base<intern_type, extern_type, state_type>(__refs)
267 do_out(state_type
[all...]
H A Dpod_char_traits.h54 typedef S state_type; typedef in struct:character
97 typedef typename char_type::state_type state_type; typedef in struct:char_traits
98 typedef fpos<state_type> pos_type;
/freebsd-9.3-release/contrib/libstdc++/config/locale/gnu/
H A Dcodecvt_members.cc45 do_out(state_type& __state, const intern_type* __from,
51 state_type __tmp_state(__state);
120 do_in(state_type& __state, const extern_type* __from,
126 state_type __tmp_state(__state);
235 do_length(state_type& __state, const extern_type* __from,
239 state_type __tmp_state(__state);
/freebsd-9.3-release/usr.bin/lex/
H A Dnfa.c326 switch ( state_type[mach] )
333 state_type[mach] = STATE_NORMAL;
616 state_type =
617 reallocate_integer_array( state_type, current_mns );
628 state_type[lastnfa] = current_state_type;
H A Dmain.c78 int *accptnum, *assoc_rule, *state_type; variable
1070 state_type = allocate_integer_array( current_mns );
H A Dflexdef.h476 * state_type - a STATE_xxx type identifying whether the state is part
492 extern int *accptnum, *assoc_rule, *state_type;
H A Ddfa.c113 int type = state_type[ns];
/freebsd-9.3-release/contrib/libc++/src/
H A Dlocale.cpp1367 codecvt<char, char, mbstate_t>::do_out(state_type&,
1377 codecvt<char, char, mbstate_t>::do_in(state_type&,
1387 codecvt<char, char, mbstate_t>::do_unshift(state_type&,
1407 codecvt<char, char, mbstate_t>::do_length(state_type&,
1447 codecvt<wchar_t, char, mbstate_t>::do_out(state_type& st,
1516 codecvt<wchar_t, char, mbstate_t>::do_in(state_type& st,
1594 codecvt<wchar_t, char, mbstate_t>::do_unshift(state_type& st,
1642 codecvt<wchar_t, char, mbstate_t>::do_length(state_type& st,
3077 codecvt<char16_t, char, mbstate_t>::do_out(state_type&,
3094 codecvt<char16_t, char, mbstate_t>::do_in(state_type
[all...]
/freebsd-9.3-release/contrib/libstdc++/include/std/
H A Dstd_fstream.h64 // traits_type::pos_type must be fpos<traits_type::state_type>
66 // traits_type::state_type must be Assignable and DefaultConstructable,
67 // and traits_type::state_type() must be the initial state for codecvt.
82 typedef typename traits_type::state_type __state_type;

Completed in 243 milliseconds