ladybird/Userland/Libraries/LibUnicode
Timothy Flynn 789f093b2e LibUnicode: Parse and generate relative-time format patterns
Relative-time format patterns are of one of two forms:

    * Tensed - refer to the past or the future, e.g. "N years ago" or
      "in N years".
    * Numbered - refer to a specific numeric value, e.g. "in 1 year"
      becomes "next year" and "in 0 years" becomes "this year".

In ECMA-402, tensed and numbered refer to the numeric formatting options
of "always" and "auto", respectively.
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: Parse number system digits from the CLDR 2022-01-12 10:49:07 +01:00
NumberFormat.h LibUnicode: Generate per-locale minimum grouping digit values 2022-01-27 20:30:52 +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