Home | History | Annotate | Download | only in bits

Lines Matching refs:intern_type

73       typedef _InternT			intern_type;
81 * Converts input string of intern_type to output string of
115 out(state_type& __state, const intern_type* __from,
116 const intern_type* __from_end, const intern_type*& __from_next,
162 * intern_type. This is analogous to mbsrtowcs. It does this by
197 intern_type* __to, intern_type* __to_end,
198 intern_type*& __to_next) const
231 * Converts input string of intern_type to output string of
236 do_out(state_type& __state, const intern_type* __from,
237 const intern_type* __from_end, const intern_type*& __from_next,
248 intern_type* __to, intern_type* __to_end,
249 intern_type*& __to_next) const = 0;
274 typedef _InternT intern_type;
296 do_out(state_type& __state, const intern_type* __from,
297 const intern_type* __from_end, const intern_type*& __from_next,
308 intern_type* __to, intern_type* __to_end,
309 intern_type*& __to_next) const;
335 typedef char intern_type;
356 do_out(state_type& __state, const intern_type* __from,
357 const intern_type* __from_end, const intern_type*& __from_next,
368 intern_type* __to, intern_type* __to_end,
369 intern_type*& __to_next) const;
393 typedef wchar_t intern_type;
414 do_out(state_type& __state, const intern_type* __from,
415 const intern_type* __from_end, const intern_type*& __from_next,
428 intern_type* __to, intern_type* __to_end,
429 intern_type*& __to_next) const;