Searched refs:getMatchedGroupIndex0 (Results 1 – 3 of 3) sorted by relevance
1215 int result = getMatchedGroupIndex0(parentPattern.address, name); in getMatchedGroupIndex()1223 private static native int getMatchedGroupIndex0(long patternAddr, String name); in getMatchedGroupIndex0() method in Matcher
203 private static native int getMatchedGroupIndex0(long patternAddr, java.lang.String name); in getMatchedGroupIndex0() method in Matcher
273 NATIVE_METHOD(Matcher, getMatchedGroupIndex0, "(JLjava/lang/String;)I"),