mirror of
https://github.com/RGBCube/serenity
synced 2025-05-16 20:15:07 +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. |
||
---|---|---|
.. | ||
CharacterTypes.cpp | ||
CharacterTypes.h | ||
CMakeLists.txt | ||
CurrencyCode.cpp | ||
CurrencyCode.h | ||
DateTimeFormat.cpp | ||
DateTimeFormat.h | ||
Forward.h | ||
Locale.cpp | ||
Locale.h | ||
NumberFormat.cpp | ||
NumberFormat.h | ||
PluralRules.cpp | ||
PluralRules.h | ||
RelativeTimeFormat.cpp | ||
RelativeTimeFormat.h |