Searched refs:groupCount (Results 1 – 15 of 15) sorted by relevance
35 var groupCount = 0;59 var idxStr = "_" + groupCount + "_" + cellCount;108 CellsInfo[groupCount] = [];111 CellsInfo[groupCount][cellCount] = { 'height' : originalHeight,115 groupCount += newGroupCreated ? 1 : 0;
80 int symTotal, groupCount, nSelectors; member182 bd->groupCount = get_bits(bd,3); in read_block_header()183 if (bd->groupCount<2 || bd->groupCount>MAX_GROUPS) return RETVAL_DATA_ERROR; in read_block_header()193 for (ii=0; ii<bd->groupCount; ii++) bd->mtfSymbol[ii] = ii; in read_block_header()198 if (jj>=bd->groupCount) return RETVAL_DATA_ERROR; in read_block_header()209 for (jj=0; jj<bd->groupCount; jj++) { in read_block_header()
131 if (matcher.groupCount() > 0) in getUserAgent()133 for (int g = 1; g <= matcher.groupCount(); g++) in getUserAgent()
84 for (int group = 1; group <= matcher.groupCount(); group++) { in replace()
669 uint16_t startGroupMSB, endGroupMSB, groupCount; in enumNames() local697 groupCount=*groups++; in enumNames()698 groupLimit=groups+groupCount*GROUP_LENGTH; in enumNames()1352 int32_t groupCount, lineNumber, length; in calcGroupNameSetsLengths() local1360 groupCount=*group++; in calcGroupNameSetsLengths()1363 while(groupCount>0) { in calcGroupNameSetsLengths()1400 --groupCount; in calcGroupNameSetsLengths()
51 this.count = this.pattern.matcher("foo").groupCount(); in Wildcard()
98 for (int i = 1; i <= matcher.groupCount(); i++) { in suggestClasspaths()
197 for (int k = 1; k <= m.groupCount(); ++k) {
1030 REGEX_ASSERT(matcher->groupCount() == 0); in API_Match()2196 REGEX_ASSERT(matcher->groupCount() == 0); in API_Match_UTF8()3706 for (i=0; i<=matcher->groupCount(); i++) { in regex_find()3737 if ( matcher->groupCount()+1 < groupStarts.size()) { in regex_find()3739 line, groupStarts.size()-1, matcher->groupCount()); in regex_find()3742 else if (UTF8Matcher != NULL && UTF8Matcher->groupCount()+1 < groupStarts.size()) { in regex_find()3744 line, groupStarts.size()-1, UTF8Matcher->groupCount()); in regex_find()4287 for (i=0; i<=testMat->groupCount(); i++) { in PerlTests()4298 for (i=0; i<=testMat->groupCount(); i++) { in PerlTests()4675 for (i=0; i<=testMat->groupCount(); i++) { in PerlTestsUTF8()[all …]
899 virtual int32_t groupCount() const;
623 int32_t result = regexp->fMatcher->groupCount(); in uregex_groupCount()1825 int32_t numCaptureGroups = regexp->fMatcher->groupCount(); in split()
1307 int32_t RegexMatcher::groupCount() const { in groupCount() function in RegexMatcher
331 assertEquals(0, ArbitraryInstances.get(MatchResult.class).groupCount()); in testGet_regex()
2657 int numOfGroups = prefixMatcher.groupCount();2704 for (int i = 1, length = m.groupCount(); i <= length; i++) {
META-INF/ META-INF/MANIFEST.MF com/ com/android/ com/ ...