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

/openjdk7/jdk/src/share/classes/sun/misc/
H A DRegexpPool.java154 return matchAfter(s, BIG);
162 return matchAfter(s, lastDepth);
191 private Object matchAfter(String s, int lastMatchDepth) { method in class:RegexpPool

Completed in 33 milliseconds