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

  /libcore/luni/src/main/native/
java_util_regex_Matcher.cpp 208 NATIVE_METHOD(Matcher, matchesImpl, "(JLjava/lang/String;[I)Z"),
  /libcore/luni/src/main/java/java/util/regex/
Matcher.java 386 matchFound = matchesImpl(address, input, matchOffsets);
622 private static native boolean matchesImpl(long addr, String s, int[] offsets);

Completed in 6183 milliseconds