Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/util/regex/
DMatcher.java991 return hitEndImpl(address); in hitEnd()
1188 private static native boolean hitEndImpl(long addr); in hitEndImpl() method in Matcher
/libcore/luni/src/main/native/
Djava_util_regex_Matcher.cpp269 NATIVE_METHOD(Matcher, hitEndImpl, "(J)Z"),