summaryrefslogtreecommitdiff
path: root/Tests/AK/TestUtf8.cpp
AgeCommit message (Expand)Author
2021-07-17AK: Track byte length, rather than code point length, in Utf8View::trimTimothy Flynn
2021-06-03AK: Do not VERIFY on invalid code point bytes in UTF8ViewDexesTTP
2021-06-01AK: Rename Utf8CodepointIterator => Utf8CodePointIteratorAndreas Kling
2021-06-01AK: Implement Utf8CodepointIterator::peek(size_t)Max Wipfli
2021-05-06Tests: Move AK tests to Tests/AKBrian Gianforcaro