Searched defs:groupCount (Results 1 - 3 of 3) sorted by relevance

/external/icu4c/i18n/
H A Dregexcmp.cpp284 int32_t groupCount = fRXPat->fGroupMap->size(); local
285 while (n <= groupCount) {
H A Drematch.cpp1350 // groupCount()
1353 int32_t RegexMatcher::groupCount() const { function in class:RegexMatcher
/external/icu4c/common/
H A Dunames.c85 * The groups table consists of one uint16_t groupCount followed by
86 * groupCount groups. Each group is a triple of uint16_t, see GROUP_LENGTH
692 uint16_t startGroupMSB, endGroupMSB, groupCount; local
708 groupCount=*groups++;
709 groupLimit=groups+groupCount*GROUP_LENGTH;
1363 int32_t groupCount, lineNumber, length; local
1371 groupCount=*group++;
1374 while(groupCount>0) {
1411 --groupCount;

Completed in 81 milliseconds