HomeSort by relevance Sort by last modified time
    Searched refs:RegexpTarget (Results 1 - 2 of 2) sorted by null

  /libcore/ojluni/src/main/java/sun/misc/
RegexpTarget.java 34 public interface RegexpTarget {
RegexpPool.java 34 * @see java.misc.RegexpTarget
53 matched. If ret is an instance of the RegexpTarget class, ret.found
70 * matched. If ret is an instance of the RegexpTarget class, ret.found
149 If the object is an instance of RegexpTarget, then
225 if (o != null && o instanceof RegexpTarget)
226 o = ((RegexpTarget) o).found(s.substring(bst, bend));

Completed in 75 milliseconds