1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 05:48:12 +00:00
serenity/Meta/Lagom/Tools/CodeGenerators/LibUnicode
sin-ack 7456904a39 Meta+Userland: Simplify some formatters
These are mostly minor mistakes I've encountered while working on the
removal of StringView(char const*). The usage of builder.put_string over
Format<FormatString>::format is preferrable as it will avoid the
indirection altogether when there's no formatting to be done. Similarly,
there is no need to do format(builder, "{}", number) when
builder.put_u64(number) works equally well.

Additionally a few Strings where only constant strings were used are
replaced with StringViews.
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 AK: Use an enum instead of a bool for String::replace(all_occurences) 2022-07-06 11:12:45 +02:00