HomeSort by relevance Sort by last modified time
    Searched refs:Codecvt (Results 1 - 10 of 10) sorted by null

  /external/libcxx/test/localization/locales/locale.convenience/conversions/conversions.string/
ctor_codecvt_state.pass.cpp 12 // wstring_convert<Codecvt, Elem, Wide_alloc, Byte_alloc>
14 // wstring_convert(Codecvt* pcvt, state_type state);
17 #include <codecvt>
23 typedef std::codecvt_utf8<wchar_t> Codecvt;
24 typedef std::wstring_convert<Codecvt> Myconv;
25 Myconv myconv(new Codecvt, std::mbstate_t());
ctor_codecvt.pass.cpp 12 // wstring_convert<Codecvt, Elem, Wide_alloc, Byte_alloc>
14 // wstring_convert(Codecvt* pcvt = new Codecvt);
17 #include <codecvt>
23 typedef std::codecvt_utf8<wchar_t> Codecvt;
24 typedef std::wstring_convert<Codecvt> Myconv;
29 typedef std::codecvt_utf8<wchar_t> Codecvt;
30 typedef std::wstring_convert<Codecvt> Myconv;
31 Myconv myconv(new Codecvt);
34 static_assert(!std::is_convertible<Codecvt*, Myconv>::value, "")
    [all...]
state.pass.cpp 12 // wstring_convert<Codecvt, Elem, Wide_alloc, Byte_alloc>
17 #include <codecvt>
21 typedef std::codecvt_utf8<wchar_t> Codecvt;
22 typedef std::wstring_convert<Codecvt> Myconv;
converted.pass.cpp 12 // wstring_convert<Codecvt, Elem, Wide_alloc, Byte_alloc>
17 #include <codecvt>
22 typedef std::codecvt_utf8<wchar_t> Codecvt;
23 typedef std::wstring_convert<Codecvt> Myconv;
ctor_err_string.pass.cpp 12 // wstring_convert<Codecvt, Elem, Wide_alloc, Byte_alloc>
18 #include <codecvt>
23 typedef std::codecvt_utf8<wchar_t> Codecvt;
24 typedef std::wstring_convert<Codecvt> Myconv;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locales/locale.convenience/conversions/conversions.string/
ctor_codecvt_state.pass.cpp 12 // wstring_convert<Codecvt, Elem, Wide_alloc, Byte_alloc>
14 // wstring_convert(Codecvt* pcvt, state_type state);
17 #include <codecvt>
23 typedef std::codecvt_utf8<wchar_t> Codecvt;
24 typedef std::wstring_convert<Codecvt> Myconv;
25 Myconv myconv(new Codecvt, std::mbstate_t());
ctor_codecvt.pass.cpp 12 // wstring_convert<Codecvt, Elem, Wide_alloc, Byte_alloc>
14 // wstring_convert(Codecvt* pcvt = new Codecvt);
17 #include <codecvt>
23 typedef std::codecvt_utf8<wchar_t> Codecvt;
24 typedef std::wstring_convert<Codecvt> Myconv;
29 typedef std::codecvt_utf8<wchar_t> Codecvt;
30 typedef std::wstring_convert<Codecvt> Myconv;
31 Myconv myconv(new Codecvt);
34 static_assert(!std::is_convertible<Codecvt*, Myconv>::value, "")
    [all...]
state.pass.cpp 12 // wstring_convert<Codecvt, Elem, Wide_alloc, Byte_alloc>
17 #include <codecvt>
21 typedef std::codecvt_utf8<wchar_t> Codecvt;
22 typedef std::wstring_convert<Codecvt> Myconv;
converted.pass.cpp 12 // wstring_convert<Codecvt, Elem, Wide_alloc, Byte_alloc>
17 #include <codecvt>
22 typedef std::codecvt_utf8<wchar_t> Codecvt;
23 typedef std::wstring_convert<Codecvt> Myconv;
ctor_err_string.pass.cpp 12 // wstring_convert<Codecvt, Elem, Wide_alloc, Byte_alloc>
18 #include <codecvt>
23 typedef std::codecvt_utf8<wchar_t> Codecvt;
24 typedef std::wstring_convert<Codecvt> Myconv;

Completed in 122 milliseconds