Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/util/regex/
DMatcher.java455 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 Matcher
1847 int result = nativeMatcher.getMatchedGroupIndex(name); in getMatchedGroupIndex()
/libcore/ojluni/annotations/hiddenapi/java/util/regex/
DMatcher.java199 private int getMatchedGroupIndex(java.lang.String name) { in getMatchedGroupIndex() method in Matcher