mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-22 18:31:13 +00:00
AK: Remove DeprecatedStringCodePointIterator
The functionality in this class is no longer used, we can just use `Utf8View` instead.
This commit is contained in:
parent
dc9179bb1b
commit
d842d04be4
Notes:
github-actions[bot]
2024-11-15 09:47:25 +00:00
Author: https://github.com/yyny
Commit: d842d04be4
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/2349
4 changed files with 5 additions and 40 deletions
|
@ -141,7 +141,8 @@ public:
|
|||
|
||||
[[nodiscard]] bool is_whitespace() const { return StringUtils::is_whitespace(*this); }
|
||||
|
||||
[[nodiscard]] DeprecatedStringCodePointIterator code_points() const;
|
||||
[[nodiscard]] Utf8CodePointIterator code_points() const&;
|
||||
[[nodiscard]] Utf8CodePointIterator code_points() const&& = delete;
|
||||
|
||||
[[nodiscard]] ByteString trim(StringView characters, TrimMode mode = TrimMode::Both) const
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue