Timothy Flynn 32a01a60e7 LibUnicode: Remove non-iterative text segmentation algorithms 2 years ago
..
CMakeLists.txt 2d487e4e4c LibUnicode+LibJS: Move text segmentation algorithms to their own files 2 years ago
CharacterTypes.cpp 2d487e4e4c LibUnicode+LibJS: Move text segmentation algorithms to their own files 2 years ago
CharacterTypes.h 2d487e4e4c LibUnicode+LibJS: Move text segmentation algorithms to their own files 2 years ago
CurrencyCode.cpp 6c7b05a0ff LibUnicode+LibJS: Move Unicode::get_available_currencies() to Locale.h 2 years ago
CurrencyCode.h 6c7b05a0ff LibUnicode+LibJS: Move Unicode::get_available_currencies() to Locale.h 2 years ago
Emoji.cpp 63b11030f0 Everywhere: Use ReadonlySpan<T> instead of Span<T const> 2 years ago
Emoji.h 63b11030f0 Everywhere: Use ReadonlySpan<T> instead of Span<T const> 2 years ago
Forward.h 70d0c1616f LibUnicode: Add decomposition mappings and Unicode normalization 2 years ago
Normalize.cpp 58bc831750 LibUnicode: Return a String from Unicode normalization 2 years ago
Normalize.h 58bc831750 LibUnicode: Return a String from Unicode normalization 2 years ago
Segmentation.cpp 5cbf054651 LibUnicode: Fix typos causing text segmentation on mid-word punctuation 2 years ago
Segmentation.h 32a01a60e7 LibUnicode: Remove non-iterative text segmentation algorithms 2 years ago
String.cpp 537fcaf59e AK+LibUnicode: Provide Unicode-aware caseless String matching 2 years ago
UnicodeUtils.cpp 6ce7ec2eb3 LibUnicode: Use iterative text segmentation algorithms for titlecasing 2 years ago
UnicodeUtils.h 8f2589b3b0 LibUnicode: Parse and generate case folding code point data 2 years ago