Searched refs:getMatchedGroupIndex0 (Results 1 - 2 of 2) sorted by relevance

/libcore/ojluni/src/main/java/java/util/regex/
H A DMatcher.java1175 int result = getMatchedGroupIndex0(patternAddr, name);
1183 private static native int getMatchedGroupIndex0(long patternAddr, String name); method in class:Matcher
/libcore/luni/src/main/native/
H A Djava_util_regex_Matcher.cpp264 NATIVE_METHOD(Matcher, getMatchedGroupIndex0, "(JLjava/lang/String;)I"),

Completed in 80 milliseconds