summaryrefslogtreecommitdiff
path: root/AK/Utf32View.h
AgeCommit message (Expand)Author
2021-07-18AK: Add the at()/operator[]() getter to Utf32ViewAli Mohammad Pur
2021-07-18AK: Add a is_null() method to Utf{8,32}ViewAli Mohammad Pur
2021-07-18AK: Don't return a null Utf32View when a zero-length one is requestedAli Mohammad Pur
2021-06-01AK: Rename Utf32CodepointIterator => Utf32CodePointIteratorAndreas Kling
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-02-23Everywhere: Rename ASSERT => VERIFYAndreas Kling
2021-01-12AK: Simplify constructors and conversions from nullptr_tLenny Maiorani
2020-12-28LibGfx+AK: Make text elision work with multi-byte charactersAndreas Kling
2020-11-12AK: Prefer using instead of typedefLenny Maiorani
2020-10-22AK: Make Utf8View and Utf32View more consistentTom
2020-08-05Unicode: Try s/codepoint/code_point/g againNico Weber
2020-08-05Revert "Unicode: s/codepoint/code_point/g"Nico Weber
2020-08-03Unicode: s/codepoint/code_point/gAndreas Kling
2020-06-15AK: Assert non-empty Utf32View, when initialized with non-zero lengthKevin Meyer
2020-05-18AK: Make Utf32View::substring_view() with 0 length not crashAndreas Kling
2020-05-17AK: Add a very basic Utf32View classAndreas Kling