Searched refs:SliceS (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/java/util/regex/
H A DPattern.java3329 return hasSupplementary ? new SliceS(tmp) : new Slice(tmp);
3928 static final class SliceS extends SliceNode { class in class:Pattern
3929 SliceS(int[] buf) { method in class:Pattern.SliceS
5340 if (node instanceof SliceS)

Completed in 463 milliseconds