Searched defs:StartS (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/java/util/regex/
H A DPattern.java1680 root = hasSupplementary ? new StartS(matchRoot) : new Start(matchRoot);
1685 root = hasSupplementary ? new StartS(matchRoot) : new Start(matchRoot);
3427 * StartS supports supplementary characters, including unpaired surrogates.
3429 static final class StartS extends Start { class in class:Pattern
3430 StartS(Node node) { method in class:Pattern.StartS

Completed in 57 milliseconds