/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ |
D | codecvt | 85 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 | __locale | 821 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.h | 48 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/ |
D | wchar_t_in.pass.cpp | 29 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()
|
D | wchar_t_out.pass.cpp | 30 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()
|
D | utf_sanity_check.pass.cpp | 34 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()
|
D | char16_t_in.pass.cpp | 29 F::intern_type to[9]; in main() 33 F::intern_type* to_next = 0; in main()
|
D | char32_t_in.pass.cpp | 29 F::intern_type to[9]; in main() 33 F::intern_type* to_next = 0; in main()
|
D | char32_t_out.pass.cpp | 32 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()
|
D | char16_t_out.pass.cpp | 32 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()
|
D | char_in.pass.cpp | 28 const std::basic_string<F::intern_type> from("some text"); in main()
|
D | char_out.pass.cpp | 28 const std::basic_string<F::intern_type> from("some text"); in main()
|
/ndk/sources/cxx-stl/stlport/src/ |
D | codecvt.cpp | 84 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()
|
D | facets_byname.cpp | 307 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/ |
D | locale.cpp | 1443 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/ |
D | types_wchar_t.pass.cpp | 33 static_assert((std::is_same<F::intern_type, wchar_t>::value), ""); in main()
|
D | types_char.pass.cpp | 33 static_assert((std::is_same<F::intern_type, char>::value), ""); in main()
|
D | types_char16_t.pass.cpp | 34 static_assert((std::is_same<F::intern_type, char16_t>::value), ""); in main()
|
D | types_char32_t.pass.cpp | 34 static_assert((std::is_same<F::intern_type, char32_t>::value), ""); in main()
|
/ndk/tests/device/test-stlport/unit/ |
D | fstream_test.cpp | 639 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()
|
D | codecvt_test.cpp | 468 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/ |
D | fstream_test.cpp | 639 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()
|
D | codecvt_test.cpp | 468 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()
|