Searched defs:intern_type (Results 1 - 2 of 2) sorted by relevance

/external/stlport/stlport/stl/
H A D_codecvt.h48 typedef _InternT intern_type; typedef in class:codecvt
63 const intern_type* __from,
64 const intern_type* __from_end,
65 const intern_type*& __from_next,
88 intern_type* __to,
89 intern_type* __to_limit,
90 intern_type*& __to_next) const {
118 const intern_type* __from,
119 const intern_type*,
120 const intern_type*
117 do_out(state_type&, const intern_type* __from, const intern_type*, const intern_type*& __from_next, extern_type* __to, extern_type*, extern_type*& __to_next) const argument
[all...]
/external/stlport/test/unit/
H A Dfstream_test.cpp620 typedef char intern_type; typedef in class:std::codecvt
626 const intern_type* __from,
627 const intern_type*,
628 const intern_type*& __from_next,
638 intern_type* __to,
639 intern_type*,
640 intern_type*& __to_next) const
625 out(state_type&, const intern_type* __from, const intern_type*, const intern_type*& __from_next, extern_type* __to, extern_type*, extern_type*& __to_next) const argument

Completed in 130 milliseconds