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

  /libcore/luni/src/main/native/
java_util_regex_Matcher.cpp 204 NATIVE_METHOD(Matcher, groupCountImpl, "(I)I"),
  /libcore/luni/src/main/java/java/util/regex/
Matcher.java 525 return groupCountImpl(address);
674 private static native int groupCountImpl(int addr);

Completed in 7683 milliseconds