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

  /external/libcxx/test/std/strings/string.view/string.view.iterators/
begin.pass.cpp 50 typedef std::u32string_view u32string_view; typedef
55 test(u32string_view());
64 test(u32string_view{U"123"});
74 constexpr u32string_view u32sv {U"123", 3 };
end.pass.cpp 59 typedef std::u32string_view u32string_view; typedef
64 test(u32string_view());
73 test(u32string_view{U"123"});
83 constexpr u32string_view u32sv {U"123", 3 };
rbegin.pass.cpp 51 typedef std::u32string_view u32string_view; typedef
56 test(u32string_view());
65 test(u32string_view{U"123"});
75 constexpr u32string_view u32sv {U"123", 3 };
rend.pass.cpp 59 typedef std::u32string_view u32string_view; typedef
64 test(u32string_view());
73 test(u32string_view{U"123"});
83 constexpr u32string_view u32sv {U"123", 3 };

Completed in 214 milliseconds