ladybird/Tests/LibUnicode
Tim Ledbetter f161215f53 LibUnicode: Add an ASCII fast path for line break segmentation
Add a Segmenter implementation that implements the UAX#14 line breaking
rules applicable to ASCII text. This avoids the need to build an ICU
BreakIterator for the majority of text on the web.
2026-05-05 18:59:07 +02:00
..
CMakeLists.txt CMake: Rename serenity_* helper functions/macros to ladybird_* 2025-07-03 23:19:41 +02:00
TestDisplayNames.cpp LibJS+LibUnicode: Port Intl.DisplayNames to UTF-16 strings 2025-07-24 10:39:52 +02:00
TestIDNA.cpp LibUnicode: Update ICU to 78.1 2025-12-08 11:29:12 -05:00
TestLocale.cpp LibUnicode: Work around ICU bug over-canonicalizing "yes" keyword values 2026-03-14 08:17:03 -04:00
TestSegmenter.cpp LibUnicode: Add an ASCII fast path for line break segmentation 2026-05-05 18:59:07 +02:00
TestTimeZone.cpp LibJS+LibUnicode: Change time zones in a way that works on Windows 2025-06-01 18:48:58 -04:00
TestUnicodeCharacterTypes.cpp LibUnicode: Add Unicode case folding support for regex matching 2026-02-16 07:51:00 -05:00
TestUnicodeNormalization.cpp LibUnicode+LibJS: Stop propagating small OOM errors from normalization 2023-09-09 13:03:25 -04:00