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

/external/stlport/stlport/stl/
H A D_codecvt.h49 typedef _ExternT extern_type; typedef in class:codecvt
66 extern_type* __to,
67 extern_type* __to_limit,
68 extern_type*& __to_next) const {
77 extern_type* __to,
78 extern_type* __to_limit,
79 extern_type*& __to_next) const {
85 const extern_type* __from,
86 const extern_type* __from_end,
87 const extern_type*
126 do_in(state_type&, const extern_type* __from, const extern_type*, const extern_type*& __from_next, intern_type* __to, intern_type*, intern_type*& __to_next) const argument
[all...]
/external/stlport/test/unit/
H A Dfstream_test.cpp621 typedef char extern_type; typedef in class:std::codecvt
629 extern_type* __to,
630 extern_type*,
631 extern_type*& __to_next) const
635 const extern_type* __from,
636 const extern_type*,
637 const extern_type*& __from_next,
644 extern_type* __to,
645 extern_type*,
646 extern_type*
634 in(state_type&, const extern_type* __from, const extern_type*, const extern_type*& __from_next, intern_type* __to, intern_type*, intern_type*& __to_next) const argument
[all...]

Completed in 71 milliseconds