ladybird/Meta/Lagom/Tools/CodeGenerators/LibUnicode
Timothy Flynn 3b7f5af042 LibUnicode: Generate primary and secondary number grouping sizes
Most locales have a single grouping size (the number of integer digits
to be written before inserting a grouping separator). However some have
a primary and secondary size. We parse the primary size as the size used
for the least significant integer digits, and the secondary size for the
most significant.
2021-11-14 10:35:19 +00:00
..
CMakeLists.txt LibUnicode: Move number formatting code generator to UnicodeNumberFormat 2021-11-12 20:46:38 +00:00
GenerateUnicodeData.cpp Everywhere: Pass AK::StringView by value 2021-11-11 01:27:46 +01:00
GenerateUnicodeLocale.cpp LibUnicode: Ensure UnicodeNumberFormat is aware of default content 2021-11-13 11:52:45 +00:00
GenerateUnicodeNumberFormat.cpp LibUnicode: Generate primary and secondary number grouping sizes 2021-11-14 10:35:19 +00:00
GeneratorUtil.h LibUnicode: Ensure UnicodeNumberFormat is aware of default content 2021-11-13 11:52:45 +00:00