mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-29 20:29:18 +00:00
LibWeb: Implement code_unit_less_than
This commit is contained in:
parent
e2a7f844e6
commit
d26ac9c446
Notes:
github-actions[bot]
2024-11-25 10:55:07 +00:00
Author: https://github.com/stelar7
Commit: d26ac9c446
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/2279
Reviewed-by: https://github.com/gmta
Reviewed-by: https://github.com/tcl3
2 changed files with 33 additions and 0 deletions
|
@ -22,5 +22,6 @@ ErrorOr<String> to_ascii_lowercase(StringView string);
|
|||
ErrorOr<String> to_ascii_uppercase(StringView string);
|
||||
ByteBuffer isomorphic_encode(StringView input);
|
||||
String isomorphic_decode(ReadonlyBytes input);
|
||||
bool code_unit_less_than(StringView a, StringView b);
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue