Searched defs:groupCount (Results 1 – 5 of 5) sorted by relevance
186 public int groupCount(); in groupCount() method
534 public int groupCount() { in groupCount() method in Matcher1289 public int groupCount() { in groupCount() method in Matcher.OffsetBasedMatchResult
64 public int groupCount() { throw new RuntimeException("Stub!"); } in groupCount() method in Matcher
94 public int groupCount() { in groupCount() method in Matcher293 public int groupCount() { in groupCount() method in Matcher.OffsetBasedMatchResult
130 for (size_t i = 0, groupCount = mMatcher->groupCount(); i <= groupCount; ++i) { in updateOffsets() local