Home
last modified time | relevance | path

Searched refs:extern_type (Results 1 – 17 of 17) sorted by relevance

/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
Dcodecvt86 typedef char extern_type;
98 extern_type* __to, extern_type* __to_end, extern_type*& __to_nxt) const;
101 const extern_type* __frm, const extern_type* __frm_end, const extern_type*& __frm_nxt,
105 extern_type* __to, extern_type* __to_end, extern_type*& __to_nxt) const;
108 virtual int do_length(state_type&, const extern_type* __frm, const extern_type* __end,
121 typedef char extern_type;
133 extern_type* __to, extern_type* __to_end, extern_type*& __to_nxt) const;
136 const extern_type* __frm, const extern_type* __frm_end, const extern_type*& __frm_nxt,
140 extern_type* __to, extern_type* __to_end, extern_type*& __to_nxt) const;
143 virtual int do_length(state_type&, const extern_type* __frm, const extern_type* __end,
[all …]
D__locale822 typedef char extern_type;
832 extern_type* __to, extern_type* __to_end, extern_type*& __to_nxt) const
839 extern_type* __to, extern_type* __to_end, extern_type*& __to_nxt) const
846 const extern_type* __frm, const extern_type* __frm_end, const extern_type*& __frm_nxt,
865 …int length(state_type& __st, const extern_type* __frm, const extern_type* __end, size_t __mx) const
887 extern_type* __to, extern_type* __to_end, extern_type*& __to_nxt) const;
889 … const extern_type* __frm, const extern_type* __frm_end, const extern_type*& __frm_nxt,
892extern_type* __to, extern_type* __to_end, extern_type*& __to_nxt) const;
895 …virtual int do_length(state_type& __st, const extern_type* __frm, const extern_type* __end, size_t…
909 typedef char extern_type;
[all …]
/ndk/sources/cxx-stl/stlport/src/
Dcodecvt.cpp87 extern_type* to, in do_out()
88 extern_type* to_limit, in do_out()
89 extern_type*& to_next) const { in do_out()
99 const extern_type* from, in do_in()
100 const extern_type* from_end, in do_in()
101 const extern_type*& from_next, in do_in()
115 extern_type* to, in do_unshift() argument
116 extern_type* , in do_unshift()
117 extern_type*& to_next) const { in do_unshift()
129 const extern_type* from, in do_length()
[all …]
Dfacets_byname.cpp310 extern_type* to, in do_out()
311 extern_type* to_limit, in do_out()
312 extern_type*& to_next) const { in do_out()
339 const extern_type* from, in do_in()
340 const extern_type* from_end, in do_in()
341 const extern_type*& from_next, in do_in()
372 extern_type* to, in do_unshift()
373 extern_type* to_limit, in do_unshift()
374 extern_type*& to_next) const { in do_unshift()
407 const extern_type* from, in do_length()
[all …]
/ndk/sources/cxx-stl/stlport/stlport/stl/
D_codecvt.h49 typedef _ExternT extern_type; typedef
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/cxx-stl/llvm-libc++/libcxx/src/
Dlocale.cpp1444 extern_type* to, extern_type*, extern_type*& to_nxt) const in do_out() argument
1453 const extern_type* frm, const extern_type*, const extern_type*& frm_nxt, in do_in() argument
1463 extern_type* to, extern_type*, extern_type*& to_nxt) const in do_unshift() argument
1483 const extern_type* frm, const extern_type* end, size_t mx) const in do_length()
1530 extern_type* to, extern_type* to_end, extern_type*& to_nxt) const in do_out()
1574 extern_type tmp[MB_LEN_MAX]; in do_out()
1584 for (extern_type* p = tmp; n; --n) // write it in do_out()
1598 const extern_type* frm, const extern_type* frm_end, const extern_type*& frm_nxt, in do_in()
1602 const extern_type* fend = frm; in do_in()
1676 extern_type* to, extern_type* to_end, extern_type*& to_nxt) const in do_unshift()
[all …]
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members/
Dwchar_t_unshift.pass.cpp29 std::vector<F::extern_type> to(3); in main()
32 F::extern_type* to_next = 0; in main()
Dwchar_t_in.pass.cpp28 const std::basic_string<F::extern_type> from("some text"); in main()
33 const F::extern_type* from_next = 0; in main()
Dutf_sanity_check.pass.cpp36 F32_8::extern_type* c8p; in main()
39 const F32_8::extern_type* c_c8p; in main()
44 F32_8::extern_type c8[4]; in main()
/ndk/tests/device/test-gnustl-full/unit/
Dfstream_test.cpp640 typedef char extern_type; typedef in std::codecvt
648 extern_type* __to, in out() argument
649 extern_type*, in out()
650 extern_type*& __to_next) const in out()
654 const extern_type* __from, in in() argument
655 const extern_type*, in in()
656 const extern_type*& __from_next, in in()
663 extern_type* __to, in unshift() argument
664 extern_type*, in unshift()
665 extern_type*& __to_next) const in unshift()
[all …]
Dcodecvt_test.cpp466 virtual result do_in(state_type& /*state*/, const extern_type* first1, in do_in()
467 const extern_type* last1, const extern_type*& next1, in do_in()
/ndk/tests/device/test-stlport/unit/
Dfstream_test.cpp640 typedef char extern_type; typedef in std::codecvt
648 extern_type* __to, in out() argument
649 extern_type*, in out()
650 extern_type*& __to_next) const in out()
654 const extern_type* __from, in in() argument
655 const extern_type*, in in()
656 const extern_type*& __from_next, in in()
663 extern_type* __to, in unshift() argument
664 extern_type*, in unshift()
665 extern_type*& __to_next) const in unshift()
[all …]
Dcodecvt_test.cpp466 virtual result do_in(state_type& /*state*/, const extern_type* first1, in do_in()
467 const extern_type* last1, const extern_type*& next1, in do_in()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.ctype/locale.codecvt/
Dtypes_wchar_t.pass.cpp34 static_assert((std::is_same<F::extern_type, char>::value), ""); in main()
Dtypes_char16_t.pass.cpp35 static_assert((std::is_same<F::extern_type, char>::value), ""); in main()
Dtypes_char.pass.cpp34 static_assert((std::is_same<F::extern_type, char>::value), ""); in main()
Dtypes_char32_t.pass.cpp35 static_assert((std::is_same<F::extern_type, char>::value), ""); in main()