Searched refs:intern_type (Results 1 - 6 of 6) sorted by relevance

/freebsd-10-stable/contrib/libstdc++/include/bits/
H A Dcodecvt.h78 typedef _InternT intern_type; typedef in class:__codecvt_abstract_base
86 * Converts input string of intern_type to output string of
120 out(state_type& __state, const intern_type* __from,
121 const intern_type* __from_end, const intern_type*& __from_next,
167 * intern_type. This is analogous to mbsrtowcs. It does this by
202 intern_type* __to, intern_type* __to_end,
203 intern_type*& __to_next) const
236 * Converts input string of intern_type t
279 typedef _InternT intern_type; typedef in class:codecvt
340 typedef char intern_type; typedef in class:codecvt
398 typedef wchar_t intern_type; typedef in class:codecvt
[all...]
/freebsd-10-stable/contrib/libstdc++/include/ext/
H A Dcodecvt_specializations.h244 typedef _InternT intern_type; typedef in class:codecvt
254 : __codecvt_abstract_base<intern_type, extern_type, state_type>(__refs)
259 : __codecvt_abstract_base<intern_type, extern_type, state_type>(__refs)
267 do_out(state_type& __state, const intern_type* __from,
268 const intern_type* __from_end, const intern_type*& __from_next,
279 intern_type* __to, intern_type* __to_end,
280 intern_type*& __to_next) const;
314 do_out(state_type& __state, const intern_type* __fro
[all...]
/freebsd-10-stable/contrib/libstdc++/config/locale/generic/
H A Dcodecvt_members.cc44 do_out(state_type& __state, const intern_type* __from,
45 const intern_type* __from_end, const intern_type*& __from_next,
111 intern_type* __to, intern_type* __to_end,
112 intern_type*& __to_next) const
/freebsd-10-stable/contrib/libstdc++/src/
H A Dcodecvt.cc59 do_out(state_type&, const intern_type* __from, argument
60 const intern_type*, const intern_type*& __from_next,
85 intern_type* __to, intern_type*, intern_type*& __to_next) const
/freebsd-10-stable/contrib/libstdc++/config/locale/gnu/
H A Dcodecvt_members.cc45 do_out(state_type& __state, const intern_type* __from,
46 const intern_type* __from_end, const intern_type*& __from_next,
64 const intern_type* __from_chunk_end = wmemchr(__from_next, L'\0',
122 intern_type* __to, intern_type* __to_end,
123 intern_type*& __to_next) const
/freebsd-10-stable/contrib/libc++/src/
H A Dlocale.cpp1368 const intern_type* frm, const intern_type*, const intern_type*& frm_nxt,
1379 intern_type* to, intern_type*, intern_type*& to_nxt) const
1448 const intern_type* frm, const intern_type* frm_end, const intern_type*& frm_nxt,
1452 const intern_type* fen
1367 do_out(state_type&, const intern_type* frm, const intern_type*, const intern_type*& frm_nxt, extern_type* to, extern_type*, extern_type*& to_nxt) const argument
[all...]

Completed in 193 milliseconds