Home | History | Annotate | Download | only in ext

Lines Matching defs:state_type

96     // typedef STATE_T state_type
97 // requires: state_type shall meet the requirements of
211 typedef encoding_state state_type;
212 typedef typename std::fpos<state_type> pos_type;
234 typedef __gnu_cxx::encoding_state state_type;
235 typedef state_type::descriptor_type descriptor_type;
242 : __codecvt_abstract_base<intern_type, extern_type, state_type>(__refs)
246 codecvt(state_type& __enc, size_t __refs = 0)
247 : __codecvt_abstract_base<intern_type, extern_type, state_type>(__refs)
255 do_out(state_type& __state, const intern_type* __from,
261 do_unshift(state_type& __state, extern_type* __to,
265 do_in(state_type& __state, const extern_type* __from,
277 do_length(state_type&, const extern_type* __from,
302 do_out(state_type& __state, const intern_type* __from,
371 do_unshift(state_type& __state, extern_type* __to,
406 do_in(state_type& __state, const extern_type* __from,
493 do_length(state_type&, const extern_type* __from,