Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/util/regex/
DMatcher.java415 matchFound = matchesImpl(address, input, matchOffsets); in matches()
1103 private static native boolean matchesImpl(long addr, String s, int[] offsets); in matchesImpl() method in Matcher
/libcore/luni/src/main/native/
Djava_util_regex_Matcher.cpp217 NATIVE_METHOD(Matcher, matchesImpl, "(JLjava/lang/String;[I)Z"),