Home
last modified time | relevance | path

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

/external/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__locale830 typedef char extern_type;
840 extern_type* __to, extern_type* __to_end, extern_type*& __to_nxt) const
847 extern_type* __to, extern_type* __to_end, extern_type*& __to_nxt) const
854 const extern_type* __frm, const extern_type* __frm_end, const extern_type*& __frm_nxt,
873 …int length(state_type& __st, const extern_type* __frm, const extern_type* __end, size_t __mx) const
895 extern_type* __to, extern_type* __to_end, extern_type*& __to_nxt) const;
897 … const extern_type* __frm, const extern_type* __frm_end, const extern_type*& __frm_nxt,
900extern_type* __to, extern_type* __to_end, extern_type*& __to_nxt) const;
903 …virtual int do_length(state_type& __st, const extern_type* __frm, const extern_type* __end, size_t…
917 typedef char extern_type;
[all …]
/external/libcxx/src/
Dlocale.cpp1445 extern_type* to, extern_type*, extern_type*& to_nxt) const in do_out() argument
1454 const extern_type* frm, const extern_type*, const extern_type*& frm_nxt, in do_in() argument
1464 extern_type* to, extern_type*, extern_type*& to_nxt) const in do_unshift() argument
1484 const extern_type* frm, const extern_type* end, size_t mx) const in do_length()
1523 extern_type* to, extern_type* to_end, extern_type*& to_nxt) const in do_out()
1559 extern_type tmp[MB_LEN_MAX]; in do_out()
1565 for (extern_type* p = tmp; n; --n) // write it in do_out()
1579 const extern_type* frm, const extern_type* frm_end, const extern_type*& frm_nxt, in do_in()
1583 const extern_type* fend = frm; in do_in()
1645 extern_type* to, extern_type* to_end, extern_type*& to_nxt) const in do_unshift()
[all …]
/external/libcxx/test/std/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.cpp29 const std::basic_string<F::extern_type> from("some text"); in main()
34 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()
/external/libcxx/test/std/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_char.pass.cpp34 static_assert((std::is_same<F::extern_type, char>::value), ""); in main()
Dtypes_char16_t.pass.cpp34 static_assert((std::is_same<F::extern_type, char>::value), ""); in main()
Dtypes_char32_t.pass.cpp34 static_assert((std::is_same<F::extern_type, char>::value), ""); in main()