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

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

Completed in 298 milliseconds