Lines Matching defs:intern_type

77       typedef _InternT			intern_type;
85 * Converts input string of intern_type to output string of
119 out(state_type& __state, const intern_type* __from,
120 const intern_type* __from_end, const intern_type*& __from_next,
166 * intern_type. This is analogous to mbsrtowcs. It does this by
201 intern_type* __to, intern_type* __to_end,
202 intern_type*& __to_next) const
235 * Converts input string of intern_type to output string of
240 do_out(state_type& __state, const intern_type* __from,
241 const intern_type* __from_end, const intern_type*& __from_next,
252 intern_type* __to, intern_type* __to_end,
253 intern_type*& __to_next) const = 0;
283 typedef _InternT intern_type;
307 do_out(state_type& __state, const intern_type* __from,
308 const intern_type* __from_end, const intern_type*& __from_next,
319 intern_type* __to, intern_type* __to_end,
320 intern_type*& __to_next) const;
348 typedef char intern_type;
369 do_out(state_type& __state, const intern_type* __from,
370 const intern_type* __from_end, const intern_type*& __from_next,
381 intern_type* __to, intern_type* __to_end,
382 intern_type*& __to_next) const;
411 typedef wchar_t intern_type;
432 do_out(state_type& __state, const intern_type* __from,
433 const intern_type* __from_end, const intern_type*& __from_next,
446 intern_type* __to, intern_type* __to_end,
447 intern_type*& __to_next) const;
475 typedef char16_t intern_type;
491 do_out(state_type& __state, const intern_type* __from,
492 const intern_type* __from_end, const intern_type*& __from_next,
505 intern_type* __to, intern_type* __to_end,
506 intern_type*& __to_next) const;
532 typedef char32_t intern_type;
548 do_out(state_type& __state, const intern_type* __from,
549 const intern_type* __from_end, const intern_type*& __from_next,
562 intern_type* __to, intern_type* __to_end,
563 intern_type*& __to_next) const;
590 typedef char16_t intern_type;
606 do_out(state_type& __state, const intern_type* __from,
607 const intern_type* __from_end, const intern_type*& __from_next,
620 intern_type* __to, intern_type* __to_end,
621 intern_type*& __to_next) const;
647 typedef char32_t intern_type;
663 do_out(state_type& __state, const intern_type* __from,
664 const intern_type* __from_end, const intern_type*& __from_next,
677 intern_type* __to, intern_type* __to_end,
678 intern_type*& __to_next) const;