Searched refs:findImpl (Results 1 – 3 of 3) sorted by relevance
603 matchFound = findImpl(address, start, groups); in find()1224 private static native boolean findImpl(long addr, int startIndex, int[] offsets); in findImpl() method in Matcher
205 private static native boolean findImpl(long addr, int startIndex, int[] offsets); in findImpl() method in Matcher
274 NATIVE_METHOD(Matcher, findImpl, "(JI[I)Z"),