Home
last modified time | relevance | path

Searched defs:myconv (Results 1 – 9 of 9) sorted by relevance

/llvm-project/libcxx/test/std/localization/locales/locale.convenience/conversions/conversions.string/
H A Dctor_err_string.pass.cpp37 Myconv myconv; in main() local
57 Myconv myconv("byte error"); in main() local
72 Myconv myconv("byte error", L"wide error"); in main() local
H A Dctor_codecvt.pass.cpp36 Myconv myconv; main() local
42 Myconv myconv(new Codecvt); main() local
H A Dto_bytes.pass.cpp43 std::wstring_convert<std::codecvt_utf8<CharT> > myconv; in test() local
62 std::wstring_convert<std::codecvt_utf8<CharT> > myconv; in test() local
H A Dfrom_bytes.pass.cpp43 std::wstring_convert<std::codecvt_utf8<CharT> > myconv; in test() local
62 std::wstring_convert<std::codecvt_utf8<CharT> > myconv; in test() local
H A Dconverted.pass.cpp42 Myconv myconv; in test() local
59 Myconv myconv; in test() local
H A Dtypes.pass.cpp34 typedef std::wstring_convert<std::codecvt_utf8<wchar_t> > myconv; in main() typedef
H A Dctor_codecvt_state.pass.cpp30 Myconv myconv(new Codecvt, std::mbstate_t()); in main() local
H A Dstate.pass.cpp28 Myconv myconv; in main() local
/llvm-project/libcxx/test/libcxx/localization/locales/locale.convenience/conversions/conversions.string/
H A Dctor_move.pass.cpp33 Myconv myconv; in main() local