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

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

Completed in 4 milliseconds