Timothy Flynn
86b1c78c1a
AK+Everywhere: Prepare Utf16View for integration with a UTF-16 string
...
To prepare for an upcoming Utf16String, this migrates Utf16View to store
its data as a char16_t. Most function definitions are moved inline and
made constexpr.
This also adds a UDL to construct a Utf16View from a string literal:
auto string = u"hello"sv;
This let's us remove the NTTP Utf16View constructor, as we have found
that such constructors bloat binary size quite a bit.
2025-07-03 09:51:56 -04:00
..
2025-06-14 16:03:26 -04:00
2025-06-14 16:03:26 -04:00
2025-02-05 19:27:47 -07:00
2025-04-08 20:00:18 -04:00
2025-05-14 02:05:12 -06:00
2024-12-28 05:39:32 -08:00
2024-11-19 22:07:01 -07:00
2025-06-19 18:42:45 -06:00
2025-06-19 18:42:45 -06:00
2025-05-10 21:19:46 -04:00
2025-05-14 02:01:59 -06:00
2024-11-23 19:20:03 +01:00
2025-05-14 02:01:59 -06:00
2025-04-30 11:12:23 -04:00
2025-03-15 21:51:22 -06:00
2025-06-13 17:06:16 +02:00
2025-04-30 11:12:23 -04:00
2025-06-16 14:20:48 +01:00
2025-04-30 11:12:23 -04:00
2025-04-10 19:02:03 -06:00
2025-04-30 11:12:23 -04:00
2025-05-14 02:01:59 -06:00
2025-03-15 21:51:22 -06:00
2025-05-14 02:01:59 -06:00
2025-06-16 14:20:48 +01:00
2025-06-14 16:03:26 -04:00
2024-12-09 12:31:16 +01:00
2025-01-21 11:34:06 -05:00
2025-06-14 16:03:26 -04:00
2025-05-10 21:19:46 -04:00
2024-11-26 11:00:48 +01:00
2025-06-14 16:03:26 -04:00
2025-06-25 18:49:43 -06:00
2024-11-29 10:50:00 +01:00
2025-05-10 21:19:46 -04:00
2025-03-19 20:25:24 -06:00
2025-07-03 09:51:56 -04:00
2025-06-25 08:20:40 +02:00
2025-06-14 16:03:26 -04:00
2025-02-12 18:42:05 -07:00
2025-02-12 18:42:05 -07:00
2025-05-24 06:52:25 -06:00
2025-05-24 19:15:06 +03:00
2025-05-24 19:15:06 +03:00
2025-04-06 01:47:50 +02:00
2025-06-23 18:58:01 -06:00
2025-02-14 09:38:59 -07:00
2025-06-23 18:58:01 -06:00
2025-05-26 12:14:29 -06:00
2025-05-26 12:14:29 -06:00
2025-05-10 21:19:46 -04:00
2025-06-23 18:58:01 -06:00
2025-02-06 15:25:14 -07:00
2025-06-23 18:58:01 -06:00
2024-12-28 05:39:32 -08:00
2025-05-15 14:02:48 +02:00
2025-02-13 08:27:02 -05:00