Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/util/regex/
DMatcher.java1111 return hitEndImpl(address); in hitEnd()
1228 private static native boolean hitEndImpl(long addr); in hitEndImpl() method in Matcher
/libcore/ojluni/annotations/hiddenapi/java/util/regex/
DMatcher.java213 private static native boolean hitEndImpl(long addr); in hitEndImpl() method in Matcher
/libcore/luni/src/main/native/
Djava_util_regex_Matcher.cpp278 NATIVE_METHOD(Matcher, hitEndImpl, "(J)Z"),