ladybird/Meta/Lagom/Tools/CodeGenerators/LibUnicode
davidot cd763de280 LibJS+LibUnicode: Move some constant arrays to a separate header
Since LibUnicode depends on this data it used to include
Intl/AbstractOperations which in turn includes a number of other LibJS
headers. By moving this to its own header with minimal includes we can
save on rebuilding LibUnicode for unrelated LibJS header changes.
2022-08-27 10:55:44 -04:00
..
CMakeLists.txt LibUnicode: Parse and generate per-locale plural rules from the CLDR 2022-07-08 11:51:54 +02:00
GenerateUnicodeData.cpp LibUnicode: Generate code point display names with run-length encoding 2022-08-17 15:42:12 +01:00
GenerateUnicodeDateTimeFormat.cpp LibTimeZone+LibUnicode: Generate string data with run-length encoding 2022-08-16 16:56:17 +02:00
GenerateUnicodeLocale.cpp LibTimeZone+LibUnicode: Generate string data with run-length encoding 2022-08-16 16:56:17 +02:00
GenerateUnicodeNumberFormat.cpp LibJS+LibUnicode: Move some constant arrays to a separate header 2022-08-27 10:55:44 -04:00
GenerateUnicodePluralRules.cpp Everywhere: Add sv suffix to strings relying on StringView(char const*) 2022-07-12 23:11:35 +02:00
GenerateUnicodeRelativeTimeFormat.cpp LibTimeZone+LibUnicode: Generate string data with run-length encoding 2022-08-16 16:56:17 +02:00
GeneratorUtil.h LibUnicode: Mark UniqueStringStorage::generate as constant 2022-08-17 15:42:12 +01:00