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.java325 return groups[getMatchedGroupIndex(name) * 2]; in start()
394 return groups[getMatchedGroupIndex(name) * 2 + 1]; in end()
492 int group = getMatchedGroupIndex(name); in group()
1193 private int getMatchedGroupIndex(String name) { in getMatchedGroupIndex() method in Matcher
1195 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