Home | History | Annotate | Download | only in i18n

Lines Matching defs:countBytes

123 lengthenRange(WeightRange *range, uint32_t maxByte, uint32_t countBytes) {
129 range->count2*=countBytes;
157 uint32_t maxByte, uint32_t countBytes,
260 * it may result in a range with count>countBytes
264 countBytes*(getWeightByte(end, length-1)-getWeightByte(start, length-1)));
323 uint32_t countBytes=maxByte-UCOL_BYTE_FIRST_TAILORED+1;
329 /* countBytes to the power of index */
333 powers[1] = countBytes;
334 powers[2] = countBytes*countBytes;
335 powers[3] = countBytes*countBytes*countBytes;
336 powers[4] = countBytes*countBytes*countBytes*countBytes;
342 rangeCount=getWeightRanges(lowerLimit, upperLimit, maxByte, countBytes, ranges);
396 } else if(n<=ranges[0].count2*countBytes) {
404 power=power_1*countBytes;
416 lengthenRange(ranges, maxByte, countBytes);
432 * ranges[0].count and count1 may be >countBytes
439 ranges[0].end=setWeightByte(incWeight(ranges[0].start, i-1, maxByte), i, byte-countBytes);
455 ranges[1].count2=count2*power_1; /* will be *countBytes when lengthened */
458 lengthenRange(ranges+1, maxByte, countBytes);
468 lengthenRange(ranges+i, maxByte, countBytes);