Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/util/regex/
DMatcher.java603 matchFound = findImpl(address, start, groups); in find()
1224 private static native boolean findImpl(long addr, int startIndex, int[] offsets); in findImpl() method in Matcher
/libcore/ojluni/annotations/hiddenapi/java/util/regex/
DMatcher.java205 private static native boolean findImpl(long addr, int startIndex, int[] offsets); in findImpl() method in Matcher
/libcore/luni/src/main/native/
Djava_util_regex_Matcher.cpp274 NATIVE_METHOD(Matcher, findImpl, "(JI[I)Z"),