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

  /external/libcxx/test/std/strings/string.view/string_view.literals/
literal.pass.cpp 22 typedef std::u8string_view u8string_view; typedef
24 typedef std::string_view u8string_view; typedef
32 static_assert ( std::is_same<decltype( u8"Hi"sv), u8string_view>::value, "" );
39 u8string_view u8foo;
57 u8foo = u8"ABC"sv; assert(u8foo == u8"ABC"); assert(u8foo == u8string_view (u8"ABC"));
  /external/libcxx/test/std/strings/string.view/string.view.iterators/
begin.pass.cpp 47 typedef std::u8string_view u8string_view; typedef
60 test(u8string_view{u8"123"});
71 constexpr u8string_view u8sv {u8"123", 3 };
end.pass.cpp 56 typedef std::u8string_view u8string_view; typedef
69 test(u8string_view{u8"123"});
80 constexpr u8string_view u8sv {u8"123", 3 };
rbegin.pass.cpp 48 typedef std::u8string_view u8string_view; typedef
61 test(u8string_view{u8"123"});
72 constexpr u8string_view u8sv {u8"123", 3 };
rend.pass.cpp 56 typedef std::u8string_view u8string_view; typedef
69 test(u8string_view{u8"123"});
80 constexpr u8string_view u8sv {u8"123", 3 };

Completed in 291 milliseconds