Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/sun/misc/
DRegexpPool.java191 private Object matchAfter(String s, int lastMatchDepth) { in matchAfter() argument
202 if (p.result != null && p.depth < lastMatchDepth in matchAfter()
216 if (p.result != null && p.depth < lastMatchDepth) { in matchAfter()