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

  /external/libcxx/test/std/strings/string.view/string.view.iterators/
begin.pass.cpp 49 typedef std::u16string_view u16string_view; typedef
54 test(u16string_view());
63 test(u16string_view{u"123"});
73 constexpr u16string_view u16sv {u"123", 3 };
end.pass.cpp 58 typedef std::u16string_view u16string_view; typedef
63 test(u16string_view());
72 test(u16string_view{u"123"});
82 constexpr u16string_view u16sv {u"123", 3 };
rbegin.pass.cpp 50 typedef std::u16string_view u16string_view; typedef
55 test(u16string_view());
64 test(u16string_view{u"123"});
74 constexpr u16string_view u16sv {u"123", 3 };
rend.pass.cpp 58 typedef std::u16string_view u16string_view; typedef
63 test(u16string_view());
72 test(u16string_view{u"123"});
82 constexpr u16string_view u16sv {u"123", 3 };

Completed in 189 milliseconds