ladybird/Meta/Lagom/Tools/CodeGenerators/LibUnicode
Timothy Flynn 0d8120eeb2 LibUnicode: Perform number system lookups by enumeration value
Now that number systems are generated as an enum, we can generated the
number system data in the order of that enum. This lets us perform
lookups of that data by index instead of a loop of string comparisons.
2022-01-12 10:49:07 +01:00
..
CMakeLists.txt LibUnicode: Use LibTimeZone's list of time zone names 2022-01-08 12:45:34 +01:00
GenerateUnicodeData.cpp LibUnicode: Convert UnicodeData to link with weak symbols 2022-01-04 22:49:43 +00:00
GenerateUnicodeDateTimeFormat.cpp LibUnicode: Parse and generate long and short generic time zone names 2022-01-11 23:56:35 +01:00
GenerateUnicodeLocale.cpp Meta: Support generating case-insensitive value-from-string methods 2022-01-11 00:36:45 +01:00
GenerateUnicodeNumberFormat.cpp LibUnicode: Perform number system lookups by enumeration value 2022-01-12 10:49:07 +01:00
GeneratorUtil.h LibTimeZone: Add method to convert a time zone to a string 2022-01-11 00:36:45 +01:00