mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-06-11 10:18:15 +09:00
LibUnicode+LibJS: Move text segmentation algorithms to their own files
These algorithms are quite chonky, and more APIs around them are to be added, so let's move them to their own files for a bit of organization.
This commit is contained in:
parent
9ba3c8e36d
commit
2d487e4e4c
Notes:
sideshowbarker
2024-07-17 00:24:47 +09:00
Author: https://github.com/trflynn89
Commit: 2d487e4e4c
Pull-request: https://github.com/SerenityOS/serenity/pull/17477
7 changed files with 439 additions and 401 deletions
|
@ -9,6 +9,7 @@
|
|||
#include <AK/StringBuilder.h>
|
||||
#include <AK/Types.h>
|
||||
#include <LibUnicode/CharacterTypes.h>
|
||||
#include <LibUnicode/Segmentation.h>
|
||||
#include <LibUnicode/UnicodeUtils.h>
|
||||
|
||||
#if ENABLE_UNICODE_DATA
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue