/external/libcxx/include/ |
D | codecvt | 86 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 | __locale | 874 typedef char extern_type; 884 extern_type* __to, extern_type* __to_end, extern_type*& __to_nxt) const 891 extern_type* __to, extern_type* __to_end, extern_type*& __to_nxt) const 898 const extern_type* __frm, const extern_type* __frm_end, const extern_type*& __frm_nxt, 917 …int length(state_type& __st, const extern_type* __frm, const extern_type* __end, size_t __mx) const 939 extern_type* __to, extern_type* __to_end, extern_type*& __to_nxt) const; 941 … const extern_type* __frm, const extern_type* __frm_end, const extern_type*& __frm_nxt, 944 … extern_type* __to, extern_type* __to_end, extern_type*& __to_nxt) const; 947 …virtual int do_length(state_type& __st, const extern_type* __frm, const extern_type* __end, size_t… 961 typedef char extern_type; [all …]
|
/external/llvm-project/libcxx/include/ |
D | codecvt | 85 typedef char extern_type; 97 extern_type* __to, extern_type* __to_end, extern_type*& __to_nxt) const; 100 const extern_type* __frm, const extern_type* __frm_end, const extern_type*& __frm_nxt, 104 extern_type* __to, extern_type* __to_end, extern_type*& __to_nxt) const; 107 virtual int do_length(state_type&, const extern_type* __frm, const extern_type* __end, 121 typedef char extern_type; 135 extern_type* __to, extern_type* __to_end, extern_type*& __to_nxt) const; 138 const extern_type* __frm, const extern_type* __frm_end, const extern_type*& __frm_nxt, 142 extern_type* __to, extern_type* __to_end, extern_type*& __to_nxt) const; 145 virtual int do_length(state_type&, const extern_type* __frm, const extern_type* __end, [all …]
|
D | __locale | 916 typedef char extern_type; 926 extern_type* __to, extern_type* __to_end, extern_type*& __to_nxt) const 933 extern_type* __to, extern_type* __to_end, extern_type*& __to_nxt) const 940 const extern_type* __frm, const extern_type* __frm_end, const extern_type*& __frm_nxt, 959 …int length(state_type& __st, const extern_type* __frm, const extern_type* __end, size_t __mx) const 981 extern_type* __to, extern_type* __to_end, extern_type*& __to_nxt) const; 983 … const extern_type* __frm, const extern_type* __frm_end, const extern_type*& __frm_nxt, 986 … extern_type* __to, extern_type* __to_end, extern_type*& __to_nxt) const; 989 …virtual int do_length(state_type& __st, const extern_type* __frm, const extern_type* __end, size_t… 1003 typedef char extern_type; [all …]
|
/external/llvm-project/libcxx/src/ |
D | locale.cpp | 1469 extern_type* to, extern_type*, extern_type*& to_nxt) const in do_out() argument 1478 const extern_type* frm, const extern_type*, const extern_type*& frm_nxt, in do_in() argument 1488 extern_type* to, extern_type*, extern_type*& to_nxt) const in do_unshift() argument 1508 const extern_type* frm, const extern_type* end, size_t mx) const in do_length() 1547 extern_type* to, extern_type* to_end, extern_type*& to_nxt) const in do_out() 1583 extern_type tmp[MB_LEN_MAX]; in do_out() 1589 for (extern_type* p = tmp; n; --n) // write it in do_out() 1603 const extern_type* frm, const extern_type* frm_end, const extern_type*& frm_nxt, in do_in() 1607 const extern_type* fend = frm; in do_in() 1669 extern_type* to, extern_type* to_end, extern_type*& to_nxt) const in do_unshift() [all …]
|
/external/libcxx/src/ |
D | locale.cpp | 1456 extern_type* to, extern_type*, extern_type*& to_nxt) const in do_out() argument 1465 const extern_type* frm, const extern_type*, const extern_type*& frm_nxt, in do_in() argument 1475 extern_type* to, extern_type*, extern_type*& to_nxt) const in do_unshift() argument 1495 const extern_type* frm, const extern_type* end, size_t mx) const in do_length() 1534 extern_type* to, extern_type* to_end, extern_type*& to_nxt) const in do_out() 1570 extern_type tmp[MB_LEN_MAX]; in do_out() 1576 for (extern_type* p = tmp; n; --n) // write it in do_out() 1590 const extern_type* frm, const extern_type* frm_end, const extern_type*& frm_nxt, in do_in() 1594 const extern_type* fend = frm; in do_in() 1656 extern_type* to, extern_type* to_end, extern_type*& to_nxt) const in do_unshift() [all …]
|
/external/llvm-project/libcxx/test/std/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members/ |
D | utf_sanity_check.pass.cpp | 54 F32_8::extern_type* c8p; in main() 57 const F32_8::extern_type* c_c8p; in main() 62 F32_8::extern_type c8[4]; in main() 71 F32_8T::extern_type* c8tp; in main() 72 const F32_8T::extern_type* c_c8tp; in main() 73 F32_8T::extern_type c8t[4]; in main()
|
D | wchar_t_unshift.pass.cpp | 30 std::vector<F::extern_type> to(3); in main() 33 F::extern_type* to_next = 0; in main()
|
D | char32_t_char8_t_out.pass.cpp | 37 F::extern_type to[9] = {0}; in main() 40 F::extern_type* to_next = nullptr; in main()
|
D | char32_t_char8_t_in.pass.cpp | 35 const F::extern_type from[] = u8"some text"; in main() 39 const F::extern_type* from_next = nullptr; in main()
|
D | char16_t_char8_t_in.pass.cpp | 35 const F::extern_type from[] = u8"some text"; in main() 39 const F::extern_type* from_next = nullptr; in main()
|
D | char16_t_char8_t_out.pass.cpp | 37 F::extern_type to[9] = {0}; in main() 40 F::extern_type* to_next = nullptr; in main()
|
D | wchar_t_in.pass.cpp | 30 const std::basic_string<F::extern_type> from("some text"); in main() 35 const F::extern_type* from_next = 0; in main()
|
/external/libcxx/test/std/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members/ |
D | wchar_t_unshift.pass.cpp | 29 std::vector<F::extern_type> to(3); in main() 32 F::extern_type* to_next = 0; in main()
|
D | wchar_t_in.pass.cpp | 29 const std::basic_string<F::extern_type> from("some text"); in main() 34 const F::extern_type* from_next = 0; in main()
|
D | utf_sanity_check.pass.cpp | 36 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()
|
/external/rust/cxx/src/ |
D | lib.rs | 405 mod extern_type; module 428 pub use crate::extern_type::{kind, ExternType}; 453 pub use crate::extern_type::{verify_extern_kind, verify_extern_type};
|
/external/libabigail/tests/data/test-diff-filter/ |
D | test31-pr18535-libstdc++-report-0.txt | 95 …tate_t>::extern_type*, const std::codecvt<wchar_t, char, __mbstate_t>::extern_type*, const std::co… 96 … __mbstate_t>::extern_type*, std::codecvt<wchar_t, char, __mbstate_t>::extern_type*, std::codecvt<…
|
D | test31-pr18535-libstdc++-report-1.txt | 95 …tate_t>::extern_type*, const std::codecvt<wchar_t, char, __mbstate_t>::extern_type*, const std::co… 96 … __mbstate_t>::extern_type*, std::codecvt<wchar_t, char, __mbstate_t>::extern_type*, std::codecvt<…
|
/external/libcxx/test/std/localization/locale.categories/category.ctype/locale.codecvt/ |
D | types_wchar_t.pass.cpp | 34 static_assert((std::is_same<F::extern_type, char>::value), ""); in main()
|
D | types_char.pass.cpp | 34 static_assert((std::is_same<F::extern_type, char>::value), ""); in main()
|
D | types_char16_t.pass.cpp | 34 static_assert((std::is_same<F::extern_type, char>::value), ""); in main()
|
/external/llvm-project/libcxx/test/std/localization/locale.categories/category.ctype/locale.codecvt/ |
D | types_char16_t_char8_t.pass.cpp | 45 static_assert(std::is_same_v<F::extern_type, char8_t>); in main()
|
D | types_char.pass.cpp | 35 static_assert((std::is_same<F::extern_type, char>::value), ""); in main()
|
D | types_char16_t.pass.cpp | 38 static_assert((std::is_same<F::extern_type, char>::value), ""); in main()
|