Searched refs:wstring_view (Results 1 - 9 of 9) sorted by relevance

/external/libcxx/test/std/experimental/string.view/string.view.cons/
H A Ddefault.pass.cpp39 typedef std::experimental::wstring_view wstring_view; typedef
44 test<wstring_view> ();
/external/libcxx/test/std/experimental/string.view/string.view.iterators/
H A Drbegin.pass.cpp47 typedef std::experimental::wstring_view wstring_view; typedef
52 test(wstring_view ());
54 test(wstring_view (L"123"));
H A Drend.pass.cpp54 typedef std::experimental::wstring_view wstring_view; typedef
59 test(wstring_view ());
61 test(wstring_view (L"123"));
H A Dbegin.pass.cpp46 typedef std::experimental::wstring_view wstring_view; typedef
51 test(wstring_view ());
53 test(wstring_view (L"123"));
64 constexpr wstring_view wsv {L"123", 3 };
H A Dend.pass.cpp54 typedef std::experimental::wstring_view wstring_view; typedef
59 test(wstring_view ());
61 test(wstring_view (L"123"));
72 constexpr wstring_view wsv {L"123", 3 };
/external/libcxx/test/std/experimental/string.view/string.view.io/
H A Dstream_insert.pass.cpp22 using std::experimental::wstring_view;
44 wstring_view sv(L"some text");
52 wstring_view sv(s);
/external/libcxx/test/std/experimental/string.view/string.view.capacity/
H A Dcapacity.pass.cpp59 typedef std::experimental::wstring_view wstring_view; typedef
64 test1<wstring_view> ();
/external/libcxx/test/std/experimental/string.view/string.view.hash/
H A Dstring_view.pass.cpp54 test<std::experimental::wstring_view>();
/external/libcxx/test/std/experimental/string.view/string.view.nonmem/
H A Dquoted.pass.cpp98 std::experimental::wstring_view sv {p};
112 std::experimental::wstring_view sv {p};
123 std::experimental::wstring_view sv {p};
133 std::experimental::wstring_view sv {p};
144 std::experimental::wstring_view sv {p};
154 std::experimental::wstring_view sv {p};

Completed in 90 milliseconds