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

/libcore/ojluni/src/main/java/java/util/regex/
H A DMatcher.java1190 int result = getMatchedGroupIndex0(patternAddr, name);
1198 private static native int getMatchedGroupIndex0(long patternAddr, String name); method in class:Matcher

Completed in 64 milliseconds