Home
last modified time | relevance | path

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

/external/libcxx/test/std/localization/locales/locale.convenience/conversions/conversions.string/
Dctor_codecvt.pass.cpp24 typedef std::wstring_convert<Codecvt> Myconv; in main() typedef
25 Myconv myconv; in main()
30 typedef std::wstring_convert<Codecvt> Myconv; in main() typedef
31 Myconv myconv(new Codecvt); in main()
34 static_assert(!std::is_convertible<Codecvt*, Myconv>::value, ""); in main()
35 static_assert( std::is_constructible<Myconv, Codecvt*>::value, ""); in main()
Dctor_err_string.pass.cpp24 typedef std::wstring_convert<Codecvt> Myconv; in main() typedef
26 static_assert(!std::is_convertible<std::string, Myconv>::value, ""); in main()
27 static_assert( std::is_constructible<Myconv, std::string>::value, ""); in main()
30 Myconv myconv; in main()
49 Myconv myconv("byte error"); in main()
62 Myconv myconv("byte error", L"wide error"); in main()
Dstate.pass.cpp22 typedef std::wstring_convert<Codecvt> Myconv; in main() typedef
23 Myconv myconv; 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()
Dconverted.pass.cpp23 typedef std::wstring_convert<Codecvt> Myconv; in main() typedef
24 Myconv myconv; in main()