Searched refs:getMatchedGroupIndex (Results 1 – 2 of 2) sorted by relevance
325 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 Matcher1195 int result = nativeMatcher.getMatchedGroupIndex(name); in getMatchedGroupIndex()
199 private int getMatchedGroupIndex(java.lang.String name) { in getMatchedGroupIndex() method in Matcher