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

/libcore/ojluni/src/main/java/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 42 milliseconds