1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-15 10:14:58 +00:00
serenity/Meta/Lagom/Tools/CodeGenerators/LibUnicode
Timothy Flynn 62d8d1fdfd LibUnicode: Move UTC verification to the scope that requires it
In Unicode::get_time_zone_name(), we don't need to require that the time
zone is UTC for long- and short-style name lookups. This is required for
other styles, because they will depend on TZDB data - so move the VERIFY
to that scope.
2022-01-06 22:28:01 +01:00
..
CMakeLists.txt LibUnicode: Create a nearly empty generator for date-time formatting 2021-11-29 22:48:46 +00:00
GenerateUnicodeData.cpp LibUnicode: Convert UnicodeData to link with weak symbols 2022-01-04 22:49:43 +00:00
GenerateUnicodeDateTimeFormat.cpp LibUnicode: Move UTC verification to the scope that requires it 2022-01-06 22:28:01 +01:00
GenerateUnicodeLocale.cpp LibJS+LibUnicode: Convert UnicodeLocale to link with weak symbols 2022-01-04 22:49:43 +00:00
GenerateUnicodeNumberFormat.cpp LibUnicode: Convert UnicodeNumberFormat to link with weak symbols 2022-01-04 22:49:43 +00:00
GeneratorUtil.h LibUnicode: Remove now unused value-from-string generator overload 2022-01-04 22:49:43 +00:00