Searched refs:u8string (Results 1 – 9 of 9) sorted by relevance
19 typedef std::u8string u8string; typedef21 typedef std::string u8string; typedef30 static_assert ( std::is_same<decltype( u8"Hi"s), u8string>::value, "" ); in main()37 u8string u8foo; in main()54 u8foo = u8"ABC"s; assert(u8foo == u8"ABC"); assert(u8foo == u8string (u8"ABC")); in main()
46 test ( std::u8string{u8"QBCDE"} ); in main()47 test ( std::u8string{u8""} ); in main()48 test ( std::u8string{} ); in main()
27 test_hash_enabled_for_type<std::u8string>(); in main()
48 test<std::u8string>(); in main()
31 static_assert((std::is_same<std::u8string, std::basic_string<char8_t> >::value), ""); in main()
47 std::string s = p.u8string(); in main()
52 typedef std::u8string C; in main()
1001 _LIBCPP_INLINE_VISIBILITY std::string u8string() const { return __pn_; }
4179 typedef basic_string<char8_t> u8string;