/third_party/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()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/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()
|
/third_party/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()
|
/third_party/skia/third_party/externals/icu/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()
|
/third_party/flutter/skia/third_party/externals/icu/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()
|
/third_party/node/deps/icu-small/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()
|