Searched defs:groupCount (Results 1 – 3 of 3) sorted by relevance
186 public int groupCount(); in groupCount() method
398 public int groupCount() { in groupCount() method in Matcher1163 public int groupCount() { in groupCount() method in Matcher.OffsetBasedMatchResult
91 for (size_t i = 0, groupCount = mMatcher->groupCount(); i <= groupCount; ++i) { in updateOffsets() local