ladybird/Meta/Lagom/Tools/CodeGenerators/LibUnicode
sin-ack e5f09ea170 Everywhere: Split Error::from_string_literal and Error::from_string_view
Error::from_string_literal now takes direct char const*s, while
Error::from_string_view does what Error::from_string_literal used to do:
taking StringViews. This change will remove the need to insert `sv`
after error strings when returning string literal errors once
StringView(char const*) is removed.

No functional changes.
2022-07-12 23:11:35 +02:00
..
CMakeLists.txt LibUnicode: Parse and generate per-locale plural rules from the CLDR 2022-07-08 11:51:54 +02:00
GenerateUnicodeData.cpp AK: Use an enum instead of a bool for String::replace(all_occurences) 2022-07-06 11:12:45 +02:00
GenerateUnicodeDateTimeFormat.cpp Meta+Userland: Simplify some formatters 2022-07-12 23:11:35 +02:00
GenerateUnicodeLocale.cpp LibUnicode: Generate per-locale text layout information 2022-07-06 16:56:42 +02:00
GenerateUnicodeNumberFormat.cpp LibUnicode: Replace NumberFormat::Plurality with Unicode::PluralCategory 2022-07-08 20:33:52 +02:00
GenerateUnicodePluralRules.cpp LibUnicode: Parse and generate per-locale plural ranges 2022-07-12 00:43:34 +01:00
GenerateUnicodeRelativeTimeFormat.cpp LibJS+LibUnicode: Do not generate the PluralCategory enum 2022-07-08 20:33:52 +02:00
GeneratorUtil.h Everywhere: Split Error::from_string_literal and Error::from_string_view 2022-07-12 23:11:35 +02:00