mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 10:48:11 +00:00
AK: Rename Utf8CodepointIterator => Utf8CodePointIterator
This commit is contained in:
parent
628c7f094f
commit
407d6cd9e4
8 changed files with 37 additions and 37 deletions
|
@ -227,7 +227,7 @@ URL URLParser::parse(Badge<URL>, const StringView& raw_input, URL const* base_ur
|
|||
bool password_token_seen = false;
|
||||
|
||||
Utf8View input(processed_input);
|
||||
Utf8CodepointIterator iterator = input.begin();
|
||||
Utf8CodePointIterator iterator = input.begin();
|
||||
|
||||
auto get_remaining = [&input, &iterator] {
|
||||
return input.substring_view(iterator - input.begin() + iterator.code_point_length_in_bytes()).as_string();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue