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

/libcore/ojluni/src/main/java/java/util/regex/
H A DMatcher.java319 return matchOffsets[getMatchedGroupIndex(pattern.address, name) * 2 + 1];
421 int group = getMatchedGroupIndex(pattern.address, name);
1186 return matchOffsets[getMatchedGroupIndex(pattern.address, name) * 2];
1189 private static int getMatchedGroupIndex(long patternAddr, String name) { method in class:Matcher

Completed in 326 milliseconds