1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-16 19:55:06 +00:00
serenity/Meta/Lagom/Tools/CodeGenerators/LibUnicode
Timothy Flynn 15fc03ef34 LibUnicode: Sort generated enums case-insensitively
This hasn't mattered yet by chance, because the source for all enums
contains names of the same case. But the enum generated for hour cycle
regions will have mixed case. Sort them case-insensitively in order to
traverse these names in the same order in both generate_enum and
generate_mapping.
2021-11-29 22:48:46 +00:00
..
CMakeLists.txt LibUnicode: Create a nearly empty generator for date-time formatting 2021-11-29 22:48:46 +00:00
GenerateUnicodeData.cpp LibUnicode: Port GenerateUnicodeData to ErrorOr and LibMain 2021-11-23 22:58:05 +01:00
GenerateUnicodeDateTimeFormat.cpp LibUnicode: Parse and generate available candidate format patterns 2021-11-29 22:48:46 +00:00
GenerateUnicodeLocale.cpp LibUnicode: Port generator utility methods to ErrorOr 2021-11-23 22:58:05 +01:00
GenerateUnicodeNumberFormat.cpp LibJS+LibUnicode: Separate number formatting methods from Locale.h 2021-11-29 22:48:46 +00:00
GeneratorUtil.h LibUnicode: Sort generated enums case-insensitively 2021-11-29 22:48:46 +00:00