ladybird/Tests/LibUnicode
Timothy Flynn b31c11bca5 LibUnicode: Cache the system time zone
It's expensive to determine the system time zone from disk each time it
is requested. This makes LibUnicode cache the result, and provides an
API to clear that cache. This will let us set up a monitor to watch for
system time zone changes in platform-dependent ways.
2024-08-25 09:47:42 +02:00
..
CMakeLists.txt LibJS+LibUnicode: Port retrieving the system time zone to ICU 2024-06-26 10:14:02 +02:00
TestDisplayNames.cpp LibUnicode+Everywhere: Merge LibLocale back into LibUnicode 2024-06-23 19:52:45 +02:00
TestEmoji.cpp LibUnicode: Detect ZWJ sequences when filtering by emoji presentation 2023-03-05 20:21:57 +01:00
TestIDNA.cpp LibUnicode: Add IDNA::to_ascii 2023-12-10 08:04:58 -05:00
TestLocale.cpp LibUnicode+Everywhere: Merge LibLocale back into LibUnicode 2024-06-23 19:52:45 +02:00
TestSegmenter.cpp LibUnicode+Everywhere: Merge LibLocale back into LibUnicode 2024-06-23 19:52:45 +02:00
TestTimeZone.cpp LibUnicode: Cache the system time zone 2024-08-25 09:47:42 +02:00
TestUnicodeCharacterTypes.cpp LibUnicode: Replace code point bidirectional classes with ICU 2024-06-22 14:56:39 +02:00
TestUnicodeNormalization.cpp LibUnicode+LibJS: Stop propagating small OOM errors from normalization 2023-09-09 13:03:25 -04:00