Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/util/regex/
DMatcher.java551 matchFound = matchesImpl(address, groups); in matches()
1230 private static native boolean matchesImpl(long addr, int[] offsets); in matchesImpl() method in Matcher
/libcore/ojluni/annotations/hiddenapi/java/util/regex/
DMatcher.java217 private static native boolean matchesImpl(long addr, int[] offsets); in matchesImpl() method in Matcher
/libcore/luni/src/main/native/
Djava_util_regex_Matcher.cpp280 NATIVE_METHOD(Matcher, matchesImpl, "(J[I)Z"),