ladybird/Userland/Libraries/LibLocale
Timothy Flynn 970e9df245 LibLocale: Remove "else" after "if" statements that always return
Mostly just to keep clangd quiet.
2023-01-27 18:00:17 +00:00
..
CMakeLists.txt Everywhere: Mark dependencies of most targets as PRIVATE 2022-11-01 14:49:09 +00:00
DateTimeFormat.cpp LibLocale: Remove "else" after "if" statements that always return 2023-01-27 18:00:17 +00:00
DateTimeFormat.h AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
Forward.h
Locale.cpp LibJS+LibLocale: Port remaining locale APIs to String 2023-01-22 01:03:13 +00:00
Locale.h LibJS+LibLocale: Port remaining locale APIs to String 2023-01-22 01:03:13 +00:00
NumberFormat.cpp LibJS+LibLocale: Port Intl.NumberFormat to String 2023-01-24 16:23:50 -05:00
NumberFormat.h LibJS+LibLocale: Port Intl.NumberFormat to String 2023-01-24 16:23:50 -05:00
PluralRules.cpp
PluralRules.h
RelativeTimeFormat.cpp
RelativeTimeFormat.h