mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 13:27:35 +00:00
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.
This commit is contained in:
parent
0e5983e603
commit
3b7f5af042
4 changed files with 53 additions and 3 deletions
|
@ -30,6 +30,7 @@ struct ListPatterns;
|
|||
struct LocaleExtension;
|
||||
struct LocaleID;
|
||||
struct NumberFormat;
|
||||
struct NumberGroupings;
|
||||
struct OtherExtension;
|
||||
struct SpecialCasing;
|
||||
struct TransformedExtension;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue