ladybird/Userland/Libraries/LibUnicode
Timothy Flynn 1393ed2000 AK+LibUnicode: Implement String::equals_ignoring_case without allocating
We currently fully casefold the left- and right-hand sides to compare
two strings with case-insensitivity. Now, we casefold one code point at
a time, storing the result in a view for comparison, until we exhaust
both strings.
2023-03-08 18:57:53 +00:00
..
CharacterTypes.cpp
CharacterTypes.h
CMakeLists.txt
CurrencyCode.cpp
CurrencyCode.h
Emoji.cpp
Emoji.h
Forward.h
Normalize.cpp
Normalize.h
Segmentation.cpp
Segmentation.h
String.cpp AK+LibUnicode: Implement String::equals_ignoring_case without allocating 2023-03-08 18:57:53 +00:00
UnicodeUtils.cpp AK+LibUnicode: Implement String::equals_ignoring_case without allocating 2023-03-08 18:57:53 +00:00
UnicodeUtils.h AK+LibUnicode: Implement String::equals_ignoring_case without allocating 2023-03-08 18:57:53 +00:00