Files
ladybird/Userland/Libraries/LibJS/Runtime/Intl/Segmenter.cpp
Timothy Flynn 7cb956d17b LibJS: Use iterative text segmentation algorithms for Intl.Segmenter
This uses the find-next and find-previous APIs instead of storing all
indices as a vector.
2023-02-16 11:18:53 +01:00

6.5 KiB