mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-23 09:22:30 +00:00
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. |
||
---|---|---|
.. | ||
Blob.cpp | ||
Blob.h | ||
Blob.idl | ||
BlobURLStore.cpp | ||
BlobURLStore.h | ||
File.cpp | ||
File.h | ||
File.idl | ||
FileList.cpp | ||
FileList.h | ||
FileList.idl | ||
FileReader.cpp | ||
FileReader.h | ||
FileReader.idl | ||
FileReaderSync.cpp | ||
FileReaderSync.h | ||
FileReaderSync.idl |