Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/util/regex/
DMatcher.java1215 int result = getMatchedGroupIndex0(parentPattern.address, name); in getMatchedGroupIndex()
1223 private static native int getMatchedGroupIndex0(long patternAddr, String name); in getMatchedGroupIndex0() method in Matcher
/libcore/ojluni/annotations/hiddenapi/java/util/regex/
DMatcher.java203 private static native int getMatchedGroupIndex0(long patternAddr, java.lang.String name); in getMatchedGroupIndex0() method in Matcher
/libcore/luni/src/main/native/
Djava_util_regex_Matcher.cpp273 NATIVE_METHOD(Matcher, getMatchedGroupIndex0, "(JLjava/lang/String;)I"),