Searched refs:getWeightTrail (Results 1 – 6 of 6) sorted by relevance
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/coll/ |
D | CollationWeights.java | 193 private static int getWeightTrail(long weight, int length) { in getWeightTrail() method in CollationWeights 203 return getWeightTrail(weight, idx); /* same calculation */ in getWeightByte() 336 int trail=getWeightTrail(weight, length); in getWeightRanges() 356 int trail=getWeightTrail(weight, length); in getWeightRanges() 399 getWeightTrail(lower[length].end, length)- in getWeightRanges() 400 getWeightTrail(lower[length].start, length)+1; in getWeightRanges()
|
/third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/ |
D | CollationWeights.java | 191 private static int getWeightTrail(long weight, int length) { in getWeightTrail() method in CollationWeights 201 return getWeightTrail(weight, idx); /* same calculation */ in getWeightByte() 334 int trail=getWeightTrail(weight, length); in getWeightRanges() 354 int trail=getWeightTrail(weight, length); in getWeightRanges() 397 getWeightTrail(lower[length].end, length)- in getWeightRanges() 398 getWeightTrail(lower[length].start, length)+1; in getWeightRanges()
|
/third_party/node/deps/icu-small/source/i18n/ |
D | collationweights.cpp | 44 getWeightTrail(uint32_t weight, int32_t length) { in getWeightTrail() function 56 return getWeightTrail(weight, idx); /* same calculation */ in getWeightByte() 265 uint32_t trail=getWeightTrail(weight, length); in getWeightRanges() 284 uint32_t trail=getWeightTrail(weight, length); in getWeightRanges() 325 (int32_t)getWeightTrail(lower[length].end, length)- in getWeightRanges() 326 (int32_t)getWeightTrail(lower[length].start, length)+1; in getWeightRanges()
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
D | collationweights.cpp | 44 getWeightTrail(uint32_t weight, int32_t length) { in getWeightTrail() function 56 return getWeightTrail(weight, idx); /* same calculation */ in getWeightByte() 265 uint32_t trail=getWeightTrail(weight, length); in getWeightRanges() 284 uint32_t trail=getWeightTrail(weight, length); in getWeightRanges() 325 (int32_t)getWeightTrail(lower[length].end, length)- in getWeightRanges() 326 (int32_t)getWeightTrail(lower[length].start, length)+1; in getWeightRanges()
|
/third_party/flutter/skia/third_party/externals/icu/source/i18n/ |
D | collationweights.cpp | 44 getWeightTrail(uint32_t weight, int32_t length) { in getWeightTrail() function 56 return getWeightTrail(weight, idx); /* same calculation */ in getWeightByte() 265 uint32_t trail=getWeightTrail(weight, length); in getWeightRanges() 284 uint32_t trail=getWeightTrail(weight, length); in getWeightRanges() 325 (int32_t)getWeightTrail(lower[length].end, length)- in getWeightRanges() 326 (int32_t)getWeightTrail(lower[length].start, length)+1; in getWeightRanges()
|
/third_party/icu/icu4c/source/i18n/ |
D | collationweights.cpp | 44 getWeightTrail(uint32_t weight, int32_t length) { in getWeightTrail() function 56 return getWeightTrail(weight, idx); /* same calculation */ in getWeightByte() 265 uint32_t trail=getWeightTrail(weight, length); in getWeightRanges() 284 uint32_t trail=getWeightTrail(weight, length); in getWeightRanges() 325 (int32_t)getWeightTrail(lower[length].end, length)- in getWeightRanges() 326 (int32_t)getWeightTrail(lower[length].start, length)+1; in getWeightRanges()
|