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

/openjdk7/jdk/src/share/classes/java/util/regex/
H A DPattern.java1661 matchRoot = newSlice(temp, patternLength, hasSupplementary);
2199 return newSlice(buffer, first, hasSupplementary);
3311 private Node newSlice(int[] buf, int count, boolean hasSupplementary) { method in class:Pattern

Completed in 47 milliseconds