ladybird/Userland/Libraries/LibUnicode
Timothy Flynn 6c7b05a0ff LibUnicode+LibJS: Move Unicode::get_available_currencies() to Locale.h
This is generated by GenerateLocaleData, which will soon be in the
Locale namespace. Move it out of CurrencyCode.h, as that will continue
to live in the Unicode namespace.
2022-09-05 14:37:16 -04:00
..
CharacterTypes.cpp Meta+LibUnicode: Download and parse Unicode block properties 2022-02-15 10:13:19 -05:00
CharacterTypes.h Meta+LibUnicode: Download and parse Unicode block properties 2022-02-15 10:13:19 -05:00
CMakeLists.txt LibLocale+LibUnicode: Move generated CLDR data files to LibLocale folder 2022-09-05 14:37:16 -04:00
CurrencyCode.cpp LibUnicode+LibJS: Move Unicode::get_available_currencies() to Locale.h 2022-09-05 14:37:16 -04:00
CurrencyCode.h LibUnicode+LibJS: Move Unicode::get_available_currencies() to Locale.h 2022-09-05 14:37:16 -04:00
DateTimeFormat.cpp LibUnicode: Remove obsolete Unicode::get_default_number_system 2022-07-15 12:31:43 +02:00
DateTimeFormat.h LibUnicode: Generate per-locale data for the "noon" fixed day period 2022-07-21 20:36:03 +01:00
Forward.h LibUnicode: Generate available values for the keywords co, kf, kn, hc 2022-07-15 12:31:43 +02:00
Locale.cpp LibUnicode+LibJS: Move Unicode::get_available_currencies() to Locale.h 2022-09-05 14:37:16 -04:00
Locale.h LibUnicode+LibJS: Move Unicode::get_available_currencies() to Locale.h 2022-09-05 14:37:16 -04:00
NumberFormat.cpp LibUnicode: Fix compilation when ENABLE_UNICODE_DATABASE_DOWNLOAD is OFF 2022-08-25 16:20:22 +01:00
NumberFormat.h LibUnicode: Implement the range pattern processing algorithm 2022-07-20 22:30:16 +01:00
PluralRules.cpp LibUnicode: Parse and generate per-locale plural ranges 2022-07-12 00:43:34 +01:00
PluralRules.h LibUnicode: Parse and generate per-locale plural ranges 2022-07-12 00:43:34 +01:00
RelativeTimeFormat.cpp Everywhere: Update copyrights with my new serenityos.org e-mail :^) 2022-01-31 18:23:22 +00:00
RelativeTimeFormat.h LibJS: Use Intl.PluralRules within Intl.RelativeFormat 2022-07-08 11:51:54 +02:00