Lines Matching refs:maxBytes
101 minBytes[i] = maxBytes[i] = 0; in CollationWeights()
109 maxBytes[1] = Collation::TRAIL_WEIGHT_BYTE; in initForPrimary()
112 maxBytes[2] = Collation::PRIMARY_COMPRESSION_HIGH_BYTE - 1; in initForPrimary()
115 maxBytes[2] = 0xff; in initForPrimary()
118 maxBytes[3] = 0xff; in initForPrimary()
120 maxBytes[4] = 0xff; in initForPrimary()
128 maxBytes[1] = 0; in initForSecondary()
130 maxBytes[2] = 0; in initForSecondary()
132 maxBytes[3] = 0xff; in initForSecondary()
134 maxBytes[4] = 0xff; in initForSecondary()
142 maxBytes[1] = 0; in initForTertiary()
144 maxBytes[2] = 0; in initForTertiary()
148 maxBytes[3] = 0x3f; in initForTertiary()
150 maxBytes[4] = 0x3f; in initForTertiary()
157 if(byte<maxBytes[length]) { in incWeight()
172 if((uint32_t)offset <= maxBytes[length]) { in incWeightByOffset()
189 range.end=setWeightTrail(range.end, length, maxBytes[length]); in lengthenRange()
266 if(trail<maxBytes[length]) { in getWeightRanges()
268 lower[length].end=setWeightTrail(weight, length, maxBytes[length]); in getWeightRanges()
270 lower[length].count=maxBytes[length]-trail; in getWeightRanges()
332 U_ASSERT(minBytes[length]<maxBytes[length]); in getWeightRanges()