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
/
Utf16View.h
Age
Commit message (
Expand
)
Author
2022-01-31
AK: Add a Utf16View::code_unit_offset_of(Utf16CodePointIterator) helper
Idan Horowitz
2022-01-31
Everywhere: Update copyrights with my new serenityos.org e-mail :^)
Timothy Flynn
2021-11-17
AK: Convert AK::Format formatting helpers to returning ErrorOr<void>
Andreas Kling
2021-11-11
Everywhere: Pass AK::StringView by value
Andreas Kling
2021-10-02
AK: Simplify Utf16View::operator==(Utf16View)
Andreas Kling
2021-10-02
LibJS+AK: Use Vector<u16, 1> for UTF-16 string storage
Andreas Kling
2021-08-10
AK: Add a formatter overload for Utf16View
Timothy Flynn
2021-08-04
AK+LibJS: Implement String.from{CharCode,CodePoint} using UTF-16 strings
Timothy Flynn
2021-08-04
AK+LibRegex: Add Utf16View::code_point_at and use it in RegexStringView
Timothy Flynn
2021-07-23
AK+LibRegex: Partially implement case insensitive UTF-16 comparison
Timothy Flynn
2021-07-23
AK: Add UTF-16 helper methods required for use within LibRegex
Timothy Flynn
2021-07-22
AK: Add Utf16View for decoding UTF-16 strings
Timothy Flynn