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.cpp
Age
Commit message (
Expand
)
Author
2023-01-22
AK: Add spec comments to Utf16CodePointIterator::operator*()
Nico Weber
2023-01-09
AK: Add Utf16View::to_utf8 to convert the view to a UTF-8 AK::String
Timothy Flynn
2023-01-09
AK+Everywhere: Rename Utf16View::to_utf8 to to_deprecated_string
Timothy Flynn
2023-01-08
AK+Everywhere: Make UTF-16 to UTF-8 converter fallible
Timothy Flynn
2023-01-08
AK+Everywhere: Make UTF-8 and UTF-32 to UTF-16 converters fallible
Timothy Flynn
2023-01-08
AK+LibJS+LibRegex: Define an alias for UTF-16 string data storage
Timothy Flynn
2022-12-06
AK+Everywhere: Rename String to DeprecatedString
Linus Groh
2022-12-03
Everywhere: Run clang-format
Linus Groh
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-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-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