1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-20 17:55:08 +00:00
serenity/Userland/Libraries/LibUnicode
Timothy Flynn 7f162c471d LibUnicode: Parse and generate locale display names for calendars
Note there's a bit of an unfortunate duplication in the calendar enum
generated by UnicodeLocale and the existing enum generated by
UnicodeDateTimeFormat. The former contains every calendar known to the
CLDR, whereas the latter contains the calendars we've actually parsed
for DateTimeFormat (currently only Gregorian). The new enum generated
here can be removed once DateTimeFormat knows about all calendars.
2022-01-13 13:43:57 +01:00
..
CharacterTypes.cpp LibUnicode: Convert UnicodeData to link with weak symbols 2022-01-04 22:49:43 +00:00
CharacterTypes.h LibUnicode: Convert UnicodeData to link with weak symbols 2022-01-04 22:49:43 +00:00
CMakeLists.txt LibUnicode: Implement TR-35's localized GMT offset formatting 2022-01-11 23:56:35 +01: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 LibUnicode: Fall back to GMT offset when a time zone name is unavailable 2022-01-11 23:56:35 +01:00
DateTimeFormat.h LibUnicode: Implement TR-35's localized GMT offset formatting 2022-01-11 23:56:35 +01:00
Forward.h LibUnicode: Parse and generate locale display names for calendars 2022-01-13 13:43:57 +01:00
Locale.cpp LibUnicode: Parse and generate locale display names for calendars 2022-01-13 13:43:57 +01:00
Locale.h LibUnicode: Parse and generate locale display names for calendars 2022-01-13 13:43:57 +01:00
NumberFormat.cpp LibUnicode: Parse number system digits from the CLDR 2022-01-12 10:49:07 +01:00
NumberFormat.h LibUnicode: Parse number system digits from the CLDR 2022-01-12 10:49:07 +01:00