Searched defs:matchesImpl (Results 1 - 1 of 1) sorted by relevance

/libcore/ojluni/src/main/java/java/util/regex/
H A DMatcher.java460 matchFound = matchesImpl(address, matchOffsets);
1205 private static native boolean matchesImpl(long addr, int[] offsets); method in class:Matcher

Completed in 6456 milliseconds