Searched refs:setWeightByte (Results 1 - 3 of 3) sorted by relevance

/external/icu/android_icu4j/src/main/java/android/icu/impl/coll/
H A DCollationWeights.java206 private static long setWeightByte(long weight, int idx, int b) { method in class:CollationWeights
250 return setWeightByte(weight, length, b+1);
253 weight=setWeightByte(weight, length, minBytes[length]);
264 return setWeightByte(weight, length, offset);
268 weight = setWeightByte(weight, length, minBytes[length] + offset % countBytes(length));
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
H A DCollationWeights.java204 private static long setWeightByte(long weight, int idx, int b) { method in class:CollationWeights
248 return setWeightByte(weight, length, b+1);
251 weight=setWeightByte(weight, length, minBytes[length]);
262 return setWeightByte(weight, length, offset);
266 weight = setWeightByte(weight, length, minBytes[length] + offset % countBytes(length));
/external/icu/icu4c/source/i18n/
H A Dcollationweights.cpp60 setWeightByte(uint32_t weight, int32_t idx, uint32_t byte) { function
158 return setWeightByte(weight, length, byte+1);
161 weight=setWeightByte(weight, length, minBytes[length]);
173 return setWeightByte(weight, length, offset);
177 weight = setWeightByte(weight, length, minBytes[length] + offset % countBytes(length));

Completed in 1035 milliseconds