Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/sun/misc/
DRegexpPool.java42 private int lastDepth = BIG; field in RegexpPool
162 return matchAfter(s, lastDepth); in matchNext()
204 lastDepth = p.depth; in matchAfter()
217 lastDepth = p.depth; in matchAfter()
240 lastDepth = BIG; in reset()