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

/ndk/sources/cxx-stl/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...]
/ndk/tests/device/test-gnustl-full/unit/
H A Dfstream_test.cpp640 typedef char extern_type; typedef in class:std::codecvt
648 extern_type* __to,
649 extern_type*,
650 extern_type*& __to_next) const
654 const extern_type* __from,
655 const extern_type*,
656 const extern_type*& __from_next,
663 extern_type* __to,
664 extern_type*,
665 extern_type*
653 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...]
/ndk/tests/device/test-stlport/unit/
H A Dfstream_test.cpp640 typedef char extern_type; typedef in class:std::codecvt
648 extern_type* __to,
649 extern_type*,
650 extern_type*& __to_next) const
654 const extern_type* __from,
655 const extern_type*,
656 const extern_type*& __from_next,
663 extern_type* __to,
664 extern_type*,
665 extern_type*
653 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...]
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
H A Dlocale.cpp1444 extern_type* to, extern_type*, extern_type*& to_nxt) const
1453 const extern_type* frm, const extern_type*, const extern_type*& frm_nxt,
1463 extern_type* to, extern_type*, extern_type*& to_nxt) const
1483 const extern_type* fr
1452 do_in(state_type&, const extern_type* frm, const extern_type*, const extern_type*& frm_nxt, intern_type* to, intern_type*, intern_type*& to_nxt) const argument
[all...]

Completed in 230 milliseconds