index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
AK
/
Utf32View.h
Age
Commit message (
Expand
)
Author
2021-07-18
AK: Add the at()/operator[]() getter to Utf32View
Ali Mohammad Pur
2021-07-18
AK: Add a is_null() method to Utf{8,32}View
Ali Mohammad Pur
2021-07-18
AK: Don't return a null Utf32View when a zero-length one is requested
Ali Mohammad Pur
2021-06-01
AK: Rename Utf32CodepointIterator => Utf32CodePointIterator
Andreas Kling
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-02-23
Everywhere: Rename ASSERT => VERIFY
Andreas Kling
2021-01-12
AK: Simplify constructors and conversions from nullptr_t
Lenny Maiorani
2020-12-28
LibGfx+AK: Make text elision work with multi-byte characters
Andreas Kling
2020-11-12
AK: Prefer using instead of typedef
Lenny Maiorani
2020-10-22
AK: Make Utf8View and Utf32View more consistent
Tom
2020-08-05
Unicode: Try s/codepoint/code_point/g again
Nico Weber
2020-08-05
Revert "Unicode: s/codepoint/code_point/g"
Nico Weber
2020-08-03
Unicode: s/codepoint/code_point/g
Andreas Kling
2020-06-15
AK: Assert non-empty Utf32View, when initialized with non-zero length
Kevin Meyer
2020-05-18
AK: Make Utf32View::substring_view() with 0 length not crash
Andreas Kling
2020-05-17
AK: Add a very basic Utf32View class
Andreas Kling