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

/macosx-10.10.1/libstdcxx-104.1/include/c++/4.2.1/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...]
/macosx-10.10.1/libstdcxx-104.1/include/c++/4.2.1/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...]
/macosx-10.10.1/libstdcxx-104.1/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
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

Completed in 184 milliseconds