Home
last modified time | relevance | path

Searched refs:Myconv (Results 1 – 14 of 14) sorted by relevance

/external/llvm-project/libcxx/test/std/localization/locales/locale.convenience/conversions/conversions.string/
Dctor_codecvt.pass.cpp25 typedef std::wstring_convert<Codecvt> Myconv; in main() typedef
26 Myconv myconv; in main()
31 typedef std::wstring_convert<Codecvt> Myconv; in main() typedef
32 Myconv myconv(new Codecvt); in main()
35 static_assert(!std::is_convertible<Codecvt*, Myconv>::value, ""); in main()
36 static_assert( std::is_constructible<Myconv, Codecvt*>::value, ""); in main()
Dctor_err_string.pass.cpp25 typedef std::wstring_convert<Codecvt> Myconv; in main() typedef
27 static_assert(!std::is_convertible<std::string, Myconv>::value, ""); in main()
28 static_assert( std::is_constructible<Myconv, std::string>::value, ""); in main()
32 Myconv myconv; in main()
52 Myconv myconv("byte error"); in main()
67 Myconv myconv("byte error", L"wide error"); in main()
Dconverted.pass.cpp37 typedef std::wstring_convert<Codecvt> Myconv; in test() typedef
38 Myconv myconv; in test()
54 typedef std::wstring_convert<Codecvt> Myconv; in test() typedef
55 Myconv myconv; in test()
Dctor_copy.pass.cpp29 typedef std::wstring_convert<Codecvt> Myconv; in main() typedef
30 static_assert(!std::is_copy_constructible<Myconv>::value, ""); in main()
31 static_assert(!std::is_copy_assignable<Myconv>::value, ""); in main()
Dstate.pass.cpp23 typedef std::wstring_convert<Codecvt> Myconv; in main() typedef
24 Myconv myconv; in main()
Dctor_codecvt_state.pass.cpp25 typedef std::wstring_convert<Codecvt> Myconv; in main() typedef
26 Myconv myconv(new Codecvt, std::mbstate_t()); in main()
/external/libcxx/test/std/localization/locales/locale.convenience/conversions/conversions.string/
Dctor_codecvt.pass.cpp26 typedef std::wstring_convert<Codecvt> Myconv; in main() typedef
27 Myconv myconv; in main()
32 typedef std::wstring_convert<Codecvt> Myconv; in main() typedef
33 Myconv myconv(new Codecvt); in main()
36 static_assert(!std::is_convertible<Codecvt*, Myconv>::value, ""); in main()
37 static_assert( std::is_constructible<Myconv, Codecvt*>::value, ""); in main()
Dctor_err_string.pass.cpp26 typedef std::wstring_convert<Codecvt> Myconv; in main() typedef
28 static_assert(!std::is_convertible<std::string, Myconv>::value, ""); in main()
29 static_assert( std::is_constructible<Myconv, std::string>::value, ""); in main()
33 Myconv myconv; in main()
53 Myconv myconv("byte error"); in main()
68 Myconv myconv("byte error", L"wide error"); in main()
Dconverted.pass.cpp36 typedef std::wstring_convert<Codecvt> Myconv; in test() typedef
37 Myconv myconv; in test()
53 typedef std::wstring_convert<Codecvt> Myconv; in test() typedef
54 Myconv myconv; in test()
Dctor_copy.pass.cpp28 typedef std::wstring_convert<Codecvt> Myconv; in main() typedef
29 static_assert(!std::is_copy_constructible<Myconv>::value, ""); in main()
30 static_assert(!std::is_copy_assignable<Myconv>::value, ""); in main()
Dctor_codecvt_state.pass.cpp24 typedef std::wstring_convert<Codecvt> Myconv; in main() typedef
25 Myconv myconv(new Codecvt, std::mbstate_t()); in main()
Dstate.pass.cpp22 typedef std::wstring_convert<Codecvt> Myconv; in main() typedef
23 Myconv myconv; in main()
/external/libcxx/test/libcxx/localization/locales/locale.convenience/conversions/conversions.string/
Dctor_move.pass.cpp28 typedef std::wstring_convert<Codecvt> Myconv; in main() typedef
31 Myconv myconv; in main()
36 Myconv myconv2(std::move(myconv)); in main()
/external/llvm-project/libcxx/test/libcxx/localization/locales/locale.convenience/conversions/conversions.string/
Dctor_move.pass.cpp29 typedef std::wstring_convert<Codecvt> Myconv; in main() typedef
32 Myconv myconv; in main()
37 Myconv myconv2(std::move(myconv)); in main()