Timothy Flynn 1484d3d9f5 LibUnicode: Add a method to check if a code point could start an emoji 2 年之前
..
CMakeLists.txt 2d487e4e4c LibUnicode+LibJS: Move text segmentation algorithms to their own files 2 年之前
CharacterTypes.cpp 2d487e4e4c LibUnicode+LibJS: Move text segmentation algorithms to their own files 2 年之前
CharacterTypes.h 2d487e4e4c LibUnicode+LibJS: Move text segmentation algorithms to their own files 2 年之前
CurrencyCode.cpp 6c7b05a0ff LibUnicode+LibJS: Move Unicode::get_available_currencies() to Locale.h 2 年之前
CurrencyCode.h 6c7b05a0ff LibUnicode+LibJS: Move Unicode::get_available_currencies() to Locale.h 2 年之前
Emoji.cpp 1484d3d9f5 LibUnicode: Add a method to check if a code point could start an emoji 2 年之前
Emoji.h 1484d3d9f5 LibUnicode: Add a method to check if a code point could start an emoji 2 年之前
Forward.h 70d0c1616f LibUnicode: Add decomposition mappings and Unicode normalization 2 年之前
Normalize.cpp 58bc831750 LibUnicode: Return a String from Unicode normalization 2 年之前
Normalize.h 58bc831750 LibUnicode: Return a String from Unicode normalization 2 年之前
Segmentation.cpp 5cbf054651 LibUnicode: Fix typos causing text segmentation on mid-word punctuation 2 年之前
Segmentation.h 32a01a60e7 LibUnicode: Remove non-iterative text segmentation algorithms 2 年之前
String.cpp 537fcaf59e AK+LibUnicode: Provide Unicode-aware caseless String matching 2 年之前
UnicodeUtils.cpp 6ce7ec2eb3 LibUnicode: Use iterative text segmentation algorithms for titlecasing 2 年之前
UnicodeUtils.h 8f2589b3b0 LibUnicode: Parse and generate case folding code point data 2 年之前