ladybird/Meta/Lagom/Tools/CodeGenerators/LibUnicode
Timothy Flynn cc5c707649 LibJS+LibUnicode: Do not generate the PluralCategory enum
The PluralCategory enum is currently generated for plural rules. Instead
of generating it, this moves the enum to the public LibUnicode header.
While it was nice to auto-discover these values, they are well defined
by TR-35, and we will need their values from within the number format
code generator (which can't rely on the plural rules generator having
run yet). Further, number format will require additional values in the
enum that plural rules doesn't know about.
2022-07-08 20:33:52 +02:00
..
CMakeLists.txt LibUnicode: Parse and generate per-locale plural rules from the CLDR 2022-07-08 11:51:54 +02:00
GenerateUnicodeData.cpp AK: Use an enum instead of a bool for String::replace(all_occurences) 2022-07-06 11:12:45 +02:00
GenerateUnicodeDateTimeFormat.cpp LibUnicode: Generate per-region week data 2022-07-06 16:56:42 +02:00
GenerateUnicodeLocale.cpp LibUnicode: Generate per-locale text layout information 2022-07-06 16:56:42 +02:00
GenerateUnicodeNumberFormat.cpp AK: Use an enum instead of a bool for String::replace(all_occurences) 2022-07-06 11:12:45 +02:00
GenerateUnicodePluralRules.cpp LibJS+LibUnicode: Do not generate the PluralCategory enum 2022-07-08 20:33:52 +02:00
GenerateUnicodeRelativeTimeFormat.cpp LibJS+LibUnicode: Do not generate the PluralCategory enum 2022-07-08 20:33:52 +02:00
GeneratorUtil.h AK: Use an enum instead of a bool for String::replace(all_occurences) 2022-07-06 11:12:45 +02:00