HomeSort by relevance Sort by last modified time
    Searched refs:extern_type (Results 1 - 10 of 10) sorted by null

  /external/stlport/src/
codecvt.cpp 87 extern_type* to,
88 extern_type* to_limit,
89 extern_type*& to_next) const {
99 const extern_type* from,
100 const extern_type* from_end,
101 const extern_type*& from_next,
115 extern_type* to,
116 extern_type* ,
117 extern_type*& to_next) const {
129 const extern_type* from
    [all...]
facets_byname.cpp 310 extern_type* to,
311 extern_type* to_limit,
312 extern_type*& to_next) const {
339 const extern_type* from,
340 const extern_type* from_end,
341 const extern_type*& from_next,
372 extern_type* to,
373 extern_type* to_limit,
374 extern_type*& to_next) const {
407 const extern_type* from
    [all...]
  /ndk/sources/android/stlport/src/
codecvt.cpp 87 extern_type* to,
88 extern_type* to_limit,
89 extern_type*& to_next) const {
99 const extern_type* from,
100 const extern_type* from_end,
101 const extern_type*& from_next,
115 extern_type* to,
116 extern_type* ,
117 extern_type*& to_next) const {
129 const extern_type* from
    [all...]
facets_byname.cpp 310 extern_type* to,
311 extern_type* to_limit,
312 extern_type*& to_next) const {
339 const extern_type* from,
340 const extern_type* from_end,
341 const extern_type*& from_next,
372 extern_type* to,
373 extern_type* to_limit,
374 extern_type*& to_next) const {
407 const extern_type* from
    [all...]
  /external/stlport/stlport/stl/
_codecvt.h 49 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*& __from_next
    [all...]
  /ndk/sources/android/stlport/stlport/stl/
_codecvt.h 49 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*& __from_next
    [all...]
  /external/stlport/test/unit/
fstream_test.cpp 621 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*& __to_next) cons
    [all...]
codecvt_test.cpp 464 virtual result do_in(state_type& /*state*/, const extern_type* first1,
465 const extern_type* last1, const extern_type*& next1,
  /ndk/sources/android/stlport/test/unit/
fstream_test.cpp 639 typedef char extern_type; typedef in class:std::codecvt
647 extern_type* __to,
648 extern_type*,
649 extern_type*& __to_next) const
653 const extern_type* __from,
654 const extern_type*,
655 const extern_type*& __from_next,
662 extern_type* __to,
663 extern_type*,
664 extern_type*& __to_next) cons
    [all...]
codecvt_test.cpp 466 virtual result do_in(state_type& /*state*/, const extern_type* first1,
467 const extern_type* last1, const extern_type*& next1,

Completed in 1569 milliseconds