Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
Dcodecvt85 typedef wchar_t intern_type;
97 … const intern_type* __frm, const intern_type* __frm_end, const intern_type*& __frm_nxt,
102 intern_type* __to, intern_type* __to_end, intern_type*& __to_nxt) const;
120 typedef char16_t intern_type;
132 … const intern_type* __frm, const intern_type* __frm_end, const intern_type*& __frm_nxt,
137 intern_type* __to, intern_type* __to_end, intern_type*& __to_nxt) const;
155 typedef char32_t intern_type;
167 … const intern_type* __frm, const intern_type* __frm_end, const intern_type*& __frm_nxt,
172 intern_type* __to, intern_type* __to_end, intern_type*& __to_nxt) const;
208 typedef wchar_t intern_type;
[all …]
D__locale821 typedef char intern_type;
831 … const intern_type* __frm, const intern_type* __frm_end, const intern_type*& __frm_nxt,
847 intern_type* __to, intern_type* __to_end, intern_type*& __to_nxt) const
886 … const intern_type* __frm, const intern_type* __frm_end, const intern_type*& __frm_nxt,
890 intern_type* __to, intern_type* __to_end, intern_type*& __to_nxt) const;
908 typedef wchar_t intern_type;
916 … const intern_type* __frm, const intern_type* __frm_end, const intern_type*& __frm_nxt,
932 intern_type* __to, intern_type* __to_end, intern_type*& __to_nxt) const
969 … const intern_type* __frm, const intern_type* __frm_end, const intern_type*& __frm_nxt,
973 intern_type* __to, intern_type* __to_end, intern_type*& __to_nxt) const;
[all …]
/ndk/sources/cxx-stl/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 …]
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members/
Dwchar_t_in.pass.cpp29 const std::basic_string<F::intern_type> expected(from.begin(), from.end()); in main()
30 std::basic_string<F::intern_type> to(from.size(), F::intern_type()); in main()
34 F::intern_type* to_next = 0; in main()
Dwchar_t_out.pass.cpp30 const std::basic_string<F::intern_type> from(L"some text"); in main()
33 const F::intern_type* from_next = 0; in main()
43 std::basic_string<F::intern_type> from(L"some text"); in main()
47 const F::intern_type* from_next = 0; in main()
57 std::basic_string<F::intern_type> from(L"some text"); in main()
60 const F::intern_type* from_next = 0; in main()
Dutf_sanity_check.pass.cpp34 F32_8::intern_type* c32p; in main()
35 F16_8::intern_type* c16p; in main()
37 const F32_8::intern_type* c_c32p; in main()
38 const F16_8::intern_type* c_c16p; in main()
40 F32_8::intern_type c32; in main()
41 F16_8::intern_type c16[2]; in main()
45 for (F32_8::intern_type c32x = 0; c32x < 0x110003; ++c32x) in main()
Dchar16_t_in.pass.cpp29 F::intern_type to[9]; in main()
33 F::intern_type* to_next = 0; in main()
Dchar32_t_in.pass.cpp29 F::intern_type to[9]; in main()
33 F::intern_type* to_next = 0; in main()
Dchar32_t_out.pass.cpp32 F::intern_type from[9] = {'s', 'o', 'm', 'e', ' ', 't', 'e', 'x', 't'}; in main()
35 const F::intern_type* from_next = 0; in main()
Dchar16_t_out.pass.cpp32 F::intern_type from[9] = {'s', 'o', 'm', 'e', ' ', 't', 'e', 'x', 't'}; in main()
35 const F::intern_type* from_next = 0; in main()
Dchar_in.pass.cpp28 const std::basic_string<F::intern_type> from("some text"); in main()
Dchar_out.pass.cpp28 const std::basic_string<F::intern_type> from("some text"); in main()
/ndk/sources/cxx-stl/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()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
Dlocale.cpp1443 const intern_type* frm, const intern_type*, const intern_type*& frm_nxt, in do_out() argument
1454 intern_type* to, intern_type*, intern_type*& to_nxt) const in do_in() argument
1529 const intern_type* frm, const intern_type* frm_end, const intern_type*& frm_nxt, in do_out()
1533 const intern_type* fend = frm; in do_out()
1576 n = wcrtomb_l(tmp, intern_type(), &st, __l); in do_out()
1578 n = __wcrtomb_l(tmp, intern_type(), &st, __l); in do_out()
1599 intern_type* to, intern_type* to_end, intern_type*& to_nxt) const in do_in()
1681 size_t n = wcrtomb_l(tmp, intern_type(), &st, __l); in do_unshift()
1683 size_t n = __wcrtomb_l(tmp, intern_type(), &st, __l); in do_unshift()
3159 const intern_type* frm, const intern_type* frm_end, const intern_type*& frm_nxt, in do_out()
[all …]
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.ctype/locale.codecvt/
Dtypes_wchar_t.pass.cpp33 static_assert((std::is_same<F::intern_type, wchar_t>::value), ""); in main()
Dtypes_char.pass.cpp33 static_assert((std::is_same<F::intern_type, char>::value), ""); in main()
Dtypes_char16_t.pass.cpp34 static_assert((std::is_same<F::intern_type, char16_t>::value), ""); in main()
Dtypes_char32_t.pass.cpp34 static_assert((std::is_same<F::intern_type, char32_t>::value), ""); in main()
/ndk/tests/device/test-stlport/unit/
Dfstream_test.cpp639 typedef char intern_type; typedef in std::codecvt
645 const intern_type* __from, in out() argument
646 const intern_type*, in out()
647 const intern_type*& __from_next, in out()
657 intern_type* __to, in in() argument
658 intern_type*, in in()
659 intern_type*& __to_next) const in in()
Dcodecvt_test.cpp468 intern_type* first2, intern_type* last2, in do_in()
469 intern_type*& next2) const { in do_in()
473 *next2++ = (intern_type)((*(next1 + 1) << 8) | (*next1 & 255)); in do_in()
/ndk/tests/device/test-gnustl-full/unit/
Dfstream_test.cpp639 typedef char intern_type; typedef in std::codecvt
645 const intern_type* __from, in out() argument
646 const intern_type*, in out()
647 const intern_type*& __from_next, in out()
657 intern_type* __to, in in() argument
658 intern_type*, in in()
659 intern_type*& __to_next) const in in()
Dcodecvt_test.cpp468 intern_type* first2, intern_type* last2, in do_in()
469 intern_type*& next2) const { in do_in()
473 *next2++ = (intern_type)((*(next1 + 1) << 8) | (*next1 & 255)); in do_in()