Home
last modified time | relevance | path

Searched refs:Codecvt (Results 1 – 8 of 8) sorted by relevance

/llvm-project/libcxx/test/std/localization/locales/locale.convenience/conversions/conversions.string/
H A Dctor_codecvt.pass.cpp13 // wstring_convert<Codecvt, Elem, Wide_alloc, Byte_alloc>
15 // wstring_convert(Codecvt* pcvt = new Codecvt); // before C++14
16 // explicit wstring_convert(Codecvt* pcvt = new Codecvt); // before C++20
17 // wstring_convert() : wstring_convert(new Codecvt) {} // C++20
18 // explicit wstring_convert(Codecvt* pcvt); // C++20
35 typedef std::codecvt_utf8<wchar_t> Codecvt; in main()
36 typedef std::wstring_convert<Codecvt> Myconv; in main()
41 typedef std::codecvt_utf8<wchar_t> Codecvt; in main()
34 typedef std::codecvt_utf8<wchar_t> Codecvt; main() typedef
40 typedef std::codecvt_utf8<wchar_t> Codecvt; main() typedef
52 typedef std::codecvt_utf8<wchar_t> Codecvt; main() typedef
[all...]
H A Dconverted.pass.cpp40 typedef std::codecvt_utf8<CharT> Codecvt; in test() typedef
41 typedef std::wstring_convert<Codecvt> Myconv; in test()
57 typedef std::codecvt_utf8<CharT> Codecvt; in test() typedef
58 typedef std::wstring_convert<Codecvt> Myconv; in test()
H A Dctor_codecvt_state.pass.cpp28 typedef std::codecvt_utf8<wchar_t> Codecvt; in main() typedef
29 typedef std::wstring_convert<Codecvt> Myconv; in main()
30 Myconv myconv(new Codecvt, std::mbstate_t()); in main()
H A Dstate.pass.cpp26 typedef std::codecvt_utf8<wchar_t> Codecvt; in main() typedef
27 typedef std::wstring_convert<Codecvt> Myconv; in main()
H A Dctor_copy.pass.cpp33 typedef std::codecvt_utf8<wchar_t> Codecvt; in main() typedef
34 typedef std::wstring_convert<Codecvt> Myconv; in main()
H A Dctor_err_string.pass.cpp29 typedef std::codecvt_utf8<wchar_t> Codecvt; in main() typedef
30 typedef std::wstring_convert<Codecvt> Myconv; in main()
/llvm-project/libcxx/test/libcxx/localization/locales/locale.convenience/conversions/conversions.string/
H A Dctor_move.pass.cpp29 typedef std::codecvt_utf8<wchar_t> Codecvt; in main() typedef
30 typedef std::wstring_convert<Codecvt> Myconv; in main()
/llvm-project/libcxx/include/
H A Dlocale84 template<class Codecvt, class Elem = wchar_t,
92 typedef typename Codecvt::state_type state_type;
95 wstring_convert(Codecvt* pcvt = new Codecvt); // before C++14
96 explicit wstring_convert(Codecvt* pcvt = new Codecvt); // before C++20
97 wstring_convert() : wstring_convert(new Codecvt) {} // C++20
98 explicit wstring_convert(Codecvt* pcvt); // C++20
100 wstring_convert(Codecvt* pcvt, state_type state);
121 template <class Codecvt, clas
[all...]