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

/external/toybox/toys/other/
H A Dbzcat.c80 int symTotal, groupCount, nSelectors; member in struct:bunzip_data
139 * 3 bits : groupCount (how many huffman tables used to encode, anywhere
141 * variable: hufGroup[groupCount] (MTF encoded huffman table data.)
182 bd->groupCount = get_bits(bd,3);
183 if (bd->groupCount<2 || bd->groupCount>MAX_GROUPS) return RETVAL_DATA_ERROR;
193 for (ii=0; ii<bd->groupCount; ii++) bd->mtfSymbol[ii] = ii;
198 if (jj>=bd->groupCount) return RETVAL_DATA_ERROR;
209 for (jj=0; jj<bd->groupCount; jj++) {
/external/icu/icu4c/source/common/
H A Dunames.cpp88 * The groups table consists of one uint16_t groupCount followed by
89 * groupCount groups. Each group is a triple of uint16_t, see GROUP_LENGTH
669 uint16_t startGroupMSB, endGroupMSB, groupCount; local
697 groupCount=*groups++;
698 groupLimit=groups+groupCount*GROUP_LENGTH;
1352 int32_t groupCount, lineNumber, length; local
1360 groupCount=*group++;
1363 while(groupCount>0) {
1400 --groupCount;
/external/icu/icu4c/source/i18n/
H A Drematch.cpp1304 // groupCount()
1307 int32_t RegexMatcher::groupCount() const { function in class:RegexMatcher
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...

Completed in 99 milliseconds