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

  /external/libcxx/test/std/experimental/string.view/string.view.cons/
default.pass.cpp 37 typedef std::experimental::u16string_view u16string_view; typedef
42 test<u16string_view> ();
  /external/libcxx/test/std/experimental/string.view/string.view.iterators/
rbegin.pass.cpp 45 typedef std::experimental::u16string_view u16string_view; typedef
50 test(u16string_view());
56 test(u16string_view{u"123"});
rend.pass.cpp 52 typedef std::experimental::u16string_view u16string_view; typedef
57 test(u16string_view());
63 test(u16string_view{u"123"});
begin.pass.cpp 44 typedef std::experimental::u16string_view u16string_view; typedef
49 test(u16string_view());
55 test(u16string_view{u"123"});
62 constexpr u16string_view u16sv {u"123", 3 };
end.pass.cpp 52 typedef std::experimental::u16string_view u16string_view; typedef
57 test(u16string_view());
63 test(u16string_view{u"123"});
70 constexpr u16string_view u16sv {u"123", 3 };
  /external/libcxx/test/std/experimental/string.view/string.view.capacity/
capacity.pass.cpp 57 typedef std::experimental::u16string_view u16string_view; typedef
62 test1<u16string_view> ();
  /external/libcxx/test/std/experimental/string.view/string.view.hash/
string_view.pass.cpp 51 test<std::experimental::u16string_view>();

Completed in 73 milliseconds