Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/util/regex/
DMatcher.java536 return groupCountImpl(address); in groupCount()
1227 private static native int groupCountImpl(long addr); in groupCountImpl() method in Matcher
/libcore/ojluni/annotations/hiddenapi/java/util/regex/
DMatcher.java211 private static native int groupCountImpl(long addr); in groupCountImpl() method in Matcher
/libcore/luni/src/main/native/
Djava_util_regex_Matcher.cpp277 NATIVE_METHOD(Matcher, groupCountImpl, "(J)I"),