HomeSort by relevance Sort by last modified time
    Searched defs:u16string_view (Results 1 - 6 of 6) 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.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.iterators/
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 };
rend.pass.cpp 52 typedef std::experimental::u16string_view u16string_view; typedef
57 test(u16string_view());
63 test(u16string_view{u"123"});
rbegin.pass.cpp 45 typedef std::experimental::u16string_view u16string_view; typedef
50 test(u16string_view());
56 test(u16string_view{u"123"});

Completed in 186 milliseconds