Home
last modified time | relevance | path

Searched refs:intern_type (Results 1 – 5 of 5) sorted by relevance

/external/stlport/stlport/stl/
D_codecvt.h48 typedef _InternT intern_type; typedef
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*& __from_next,
[all …]
/external/stlport/src/
Dcodecvt.cpp84 const intern_type* from, in do_out()
85 const intern_type* from_end, in do_out()
86 const intern_type*& from_next, in do_out()
102 intern_type* to, in do_in()
103 intern_type* to_limit, in do_in()
104 intern_type*& to_next) const { in do_in()
Dfacets_byname.cpp307 const intern_type* from, in do_out()
308 const intern_type* from_end, in do_out()
309 const intern_type*& from_next, in do_out()
342 intern_type* to, in do_in()
343 intern_type* to_end, in do_in()
344 intern_type*& to_next) const { in do_in()
412 intern_type __dummy; in do_length()
/external/stlport/test/unit/
Dfstream_test.cpp620 typedef char intern_type; typedef in std::codecvt
626 const intern_type* __from, in out() argument
627 const intern_type*, in out()
628 const intern_type*& __from_next, in out()
638 intern_type* __to, in in() argument
639 intern_type*, in in()
640 intern_type*& __to_next) const in in()
Dcodecvt_test.cpp466 intern_type* first2, intern_type* last2, in do_in()
467 intern_type*& next2) const { in do_in()
471 *next2++ = (intern_type)((*(next1 + 1) << 8) | (*next1 & 255)); in do_in()