1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-16 10:34:58 +00:00
serenity/Meta/Lagom/Tools/CodeGenerators/LibUnicode
Timothy Flynn 914675e826 LibJS+LibUnicode: Separate number formatting methods from Locale.h
Currently, we generate separate data files for locale and number format
related tables/methods, but provide public accessors for all of the data
in one Locale.h file. Rather than continuing this trend for date-time,
relative time, etc. formatting, it's a bit easier to reason about if the
public accessors are also in separate files.
2021-11-29 22:48:46 +00:00
..
CMakeLists.txt LibUnicode: Port GenerateUnicodeNumberFormat to ErrorOr and LibMain 2021-11-23 22:58:05 +01:00
GenerateUnicodeData.cpp LibUnicode: Port GenerateUnicodeData to ErrorOr and LibMain 2021-11-23 22:58:05 +01: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: Port generator utility methods to ErrorOr 2021-11-23 22:58:05 +01:00