ladybird/Userland/Libraries/LibLocale
Timothy Flynn b2f7073539 LibLocale: Remove (now) needless explicit enum class underlying types
This was useful for code generation as reducing the size of the enums
had a notable impact on the size of the generated code. This is not the
case any longer.
2024-06-16 06:57:08 +02:00
..
CMakeLists.txt LibLocale: Replace available locale lookups with ICU 2024-06-16 06:57:08 +02:00
DateTimeFormat.cpp LibJS+LibLocale: Replace calendar weekday information with ICU 2024-06-13 07:42:09 +02:00
DateTimeFormat.h LibLocale: Remove (now) needless explicit enum class underlying types 2024-06-16 06:57:08 +02:00
DisplayNames.cpp LibJS+LibLocale: Replace time zone display names with ICU 2024-06-13 07:42:09 +02:00
DisplayNames.h LibJS+LibLocale: Replace time zone display names with ICU 2024-06-13 07:42:09 +02:00
DurationFormat.cpp LibLocale: Add a method to access a locale's digital format options 2024-06-14 07:59:42 +02:00
DurationFormat.h LibLocale: Add a method to access a locale's digital format options 2024-06-14 07:59:42 +02:00
Forward.h LibLocale: Remove (now) needless explicit enum class underlying types 2024-06-16 06:57:08 +02:00
ICU.cpp LibJS+LibLocale: Replace Unicode keyword lookups with ICU 2024-06-16 06:57:08 +02:00
ICU.h LibJS+LibLocale: Replace Unicode keyword lookups with ICU 2024-06-16 06:57:08 +02:00
ListFormat.cpp LibJS+LibLocale: Replace list formatting with ICU 2024-06-09 10:47:28 +02:00
ListFormat.h LibJS+LibLocale: Replace list formatting with ICU 2024-06-09 10:47:28 +02:00
Locale.cpp LibLocale: Replace available locale lookups with ICU 2024-06-16 06:57:08 +02:00
Locale.h LibLocale: Remove (now) needless explicit enum class underlying types 2024-06-16 06:57:08 +02:00
NumberFormat.cpp LibLocale: Replace available locale lookups with ICU 2024-06-16 06:57:08 +02:00
NumberFormat.h LibJS+LibLocale: Replace plural rules selection with ICU 2024-06-15 06:57:16 +02:00
PluralRules.cpp LibJS+LibLocale: Replace plural rules selection with ICU 2024-06-15 06:57:16 +02:00
PluralRules.h LibLocale: Remove (now) needless explicit enum class underlying types 2024-06-16 06:57:08 +02:00
RelativeTimeFormat.cpp LibJS+LibLocale: Replace relative time formatting with ICU 2024-06-15 06:57:16 +02:00
RelativeTimeFormat.h LibJS+LibLocale: Replace relative time formatting with ICU 2024-06-15 06:57:16 +02:00
UnicodeKeywords.cpp LibJS+LibLocale: Replace Unicode keyword lookups with ICU 2024-06-16 06:57:08 +02:00
UnicodeKeywords.h LibJS+LibLocale: Replace Unicode keyword lookups with ICU 2024-06-16 06:57:08 +02:00