HomeSort by relevance Sort by last modified time
    Searched refs:hitEndImpl (Results 1 - 2 of 2) sorted by null

  /libcore/luni/src/main/java/java/util/regex/
Matcher.java 645 return hitEndImpl(address);
663 private static native boolean hitEndImpl(long addr);
  /libcore/luni/src/main/native/
java_util_regex_Matcher.cpp 206 NATIVE_METHOD(Matcher, hitEndImpl, "(J)Z"),

Completed in 459 milliseconds