1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 05:08:13 +00:00
serenity/Userland/Libraries/LibUnicode
Timothy Flynn f8892fdea2 LibUnicode: Templatize our naive implementation of plurality selection
As we didn't (and still don't) have Intl.PluralRules when we implemented
Intl.NumberFormat, we use a locale-unaware basic implementation to pick
a pattern based on a number's value. Templatize this method for now to
work other other format-like structures (will be used for relative-time
formatting).
2022-01-27 21:16:44 +00:00
..
CharacterTypes.cpp LibUnicode: Generate code point abbreviations 2022-01-18 15:13:25 +00:00
CharacterTypes.h LibUnicode: Generate code point abbreviations 2022-01-18 15:13:25 +00:00
CMakeLists.txt LibUnicode: Parse and generate relative-time format patterns 2022-01-27 21:16:44 +00:00
CurrencyCode.cpp LibUnicode: Add some data related to currency codes 2021-09-11 11:05:50 +01:00
CurrencyCode.h LibUnicode: Add some data related to currency codes 2021-09-11 11:05:50 +01:00
DateTimeFormat.cpp LibJS+LibUnicode: Return the appropriate time zone name depending on DST 2022-01-19 21:20:41 +00:00
DateTimeFormat.h LibJS+LibUnicode: Return the appropriate time zone name depending on DST 2022-01-19 21:20:41 +00:00
Forward.h LibUnicode: Do not limit language display names to known locales 2022-01-13 23:05:31 +01:00
Locale.cpp LibJS+LibUnicode: Convert Intl.ListFormat to use Unicode::Style 2022-01-25 19:02:59 +00:00
Locale.h LibJS+LibUnicode: Convert Intl.ListFormat to use Unicode::Style 2022-01-25 19:02:59 +00:00
NumberFormat.cpp LibUnicode: Templatize our naive implementation of plurality selection 2022-01-27 21:16:44 +00:00
NumberFormat.h LibUnicode: Templatize our naive implementation of plurality selection 2022-01-27 21:16:44 +00:00
RelativeTimeFormat.cpp LibUnicode: Parse and generate relative-time format patterns 2022-01-27 21:16:44 +00:00
RelativeTimeFormat.h LibUnicode: Parse and generate relative-time format patterns 2022-01-27 21:16:44 +00:00