mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 07:14:30 +02:00
8291660: Grapheme support in BreakIterator
Reviewed-by: smarks
This commit is contained in:
parent
a14c3a493a
commit
b8598b0297
15 changed files with 245 additions and 149 deletions
|
@ -44,6 +44,7 @@ import java.util.stream.Stream;
|
|||
import java.util.stream.StreamSupport;
|
||||
|
||||
import jdk.internal.util.ArraysSupport;
|
||||
import jdk.internal.util.regex.Grapheme;
|
||||
|
||||
/**
|
||||
* A compiled representation of a regular expression.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue