Searched refs:setWeightByte (Results 1 – 3 of 3) sorted by relevance
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/ |
D | CollationWeights.java | 204 private static long setWeightByte(long weight, int idx, int b) { in setWeightByte() method in CollationWeights 248 return setWeightByte(weight, length, b+1); in incWeight() 251 weight=setWeightByte(weight, length, minBytes[length]); in incWeight() 262 return setWeightByte(weight, length, offset); in incWeightByOffset() 266 … weight = setWeightByte(weight, length, minBytes[length] + offset % countBytes(length)); in incWeightByOffset()
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/coll/ |
D | CollationWeights.java | 206 private static long setWeightByte(long weight, int idx, int b) { in setWeightByte() method in CollationWeights 250 return setWeightByte(weight, length, b+1); in incWeight() 253 weight=setWeightByte(weight, length, minBytes[length]); in incWeight() 264 return setWeightByte(weight, length, offset); in incWeightByOffset() 268 … weight = setWeightByte(weight, length, minBytes[length] + offset % countBytes(length)); in incWeightByOffset()
|
/external/icu/icu4c/source/i18n/ |
D | collationweights.cpp | 60 setWeightByte(uint32_t weight, int32_t idx, uint32_t byte) { in setWeightByte() function 158 return setWeightByte(weight, length, byte+1); in incWeight() 161 weight=setWeightByte(weight, length, minBytes[length]); in incWeight() 173 return setWeightByte(weight, length, offset); in incWeightByOffset() 177 weight = setWeightByte(weight, length, minBytes[length] + offset % countBytes(length)); in incWeightByOffset()
|