mirror of
https://github.com/RGBCube/serenity
synced 2026-01-17 12:40:59 +00:00
To prepare for using plural rules within number & duration format, this removes the NumberFormat::Plurality enumeration. This also adds PluralCategory::ExactlyZero & PluralCategory::ExactlyOne. These are used in locales like French, where PluralCategory::One really means any value from 0.00 to 1.99. PluralCategory::ExactlyOne means only the value 1, as the name implies. These exact rules are not known by the general plural rules, they are explicitly for number / currency format. |
||
|---|---|---|
| .. | ||
| CMakeLists.txt | ||
| GenerateUnicodeData.cpp | ||
| GenerateUnicodeDateTimeFormat.cpp | ||
| GenerateUnicodeLocale.cpp | ||
| GenerateUnicodeNumberFormat.cpp | ||
| GenerateUnicodePluralRules.cpp | ||
| GenerateUnicodeRelativeTimeFormat.cpp | ||
| GeneratorUtil.h | ||