Searched defs:u16string_view (Results 1 – 18 of 18) sorted by relevance
30 typedef basic_string_view<char16_t, std::char_traits<char16_t> > u16string_view; typedef
29 typedef basic_string_view<char16_t> u16string_view; typedef
58 typedef std::u16string_view u16string_view; in main() typedef
49 typedef std::u16string_view u16string_view; in main() typedef
50 typedef std::u16string_view u16string_view; in main() typedef
44 typedef std::u16string_view u16string_view; in main() typedef
52 typedef std::u16string_view u16string_view; in main() typedef
45 typedef std::u16string_view u16string_view; in main() typedef
408 inline String16::operator std::u16string_view() const in u16string_view() function
173 using u16string_view = basic_string_view<char16_t>; variable