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

/openjdk7/jdk/src/share/classes/sun/misc/
H A DRegexpPool.java191 private Object matchAfter(String s, int lastMatchDepth) { argument
202 if (p.result != null && p.depth < lastMatchDepth
216 if (p.result != null && p.depth < lastMatchDepth) {

Completed in 22 milliseconds