Searched refs:getMatchedGroupIndex (Results 1 – 2 of 2) sorted by relevance
455 return groups[getMatchedGroupIndex(name) * 2]; in start()524 return groups[getMatchedGroupIndex(name) * 2 + 1]; in end()623 int group = getMatchedGroupIndex(name); in group()1110 int groupIndex = nativeMatcher.getMatchedGroupIndex(gname); in appendExpandedReplacement()1845 private int getMatchedGroupIndex(String name) { in getMatchedGroupIndex() method in Matcher1847 int result = nativeMatcher.getMatchedGroupIndex(name); in getMatchedGroupIndex()
199 private int getMatchedGroupIndex(java.lang.String name) { in getMatchedGroupIndex() method in Matcher