1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 11:08:11 +00:00
serenity/Userland/Libraries/LibUnicode
Timothy Flynn 7872934861 LibUnicode: Parse and generate available candidate format patterns
These formats are used by ECMA-402 when neither a date nor time style is
specified. In that case, these patterns are searched for a best match.
2021-11-29 22:48:46 +00:00
..
CharacterTypes.cpp Meta+LibUnicode: Provide code point names through library 2021-11-20 00:31:55 +01:00
CharacterTypes.h Meta+LibUnicode: Provide code point names through library 2021-11-20 00:31:55 +01:00
CMakeLists.txt LibUnicode: Parse and generate date, time, and date-time format patterns 2021-11-29 22:48:46 +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 LibUnicode: Parse and generate available candidate format patterns 2021-11-29 22:48:46 +00:00
DateTimeFormat.h LibUnicode: Parse and generate available candidate format patterns 2021-11-29 22:48:46 +00:00
Forward.h LibUnicode: Parse and generate date, time, and date-time format patterns 2021-11-29 22:48:46 +00:00
Locale.cpp LibJS+LibUnicode: Separate number formatting methods from Locale.h 2021-11-29 22:48:46 +00:00
Locale.h LibJS+LibUnicode: Separate number formatting methods from Locale.h 2021-11-29 22:48:46 +00:00
NumberFormat.cpp LibJS+LibUnicode: Separate number formatting methods from Locale.h 2021-11-29 22:48:46 +00:00
NumberFormat.h LibJS+LibUnicode: Separate number formatting methods from Locale.h 2021-11-29 22:48:46 +00:00