Home
last modified time | relevance | path

Searched refs:lengthOfWeight (Results 1 – 13 of 13) sorted by relevance

/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/coll/
DCollationWeights.java181 public static int lengthOfWeight(long weight) { in lengthOfWeight() method in CollationWeights
294 int lowerLength=lengthOfWeight(lowerLimit); in getWeightRanges()
295 int upperLength=lengthOfWeight(upperLimit); in getWeightRanges()
/third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
DCollationWeights.java179 public static int lengthOfWeight(long weight) { in lengthOfWeight() method in CollationWeights
292 int lowerLength=lengthOfWeight(lowerLimit); in getWeightRanges()
293 int upperLength=lengthOfWeight(upperLimit); in getWeightRanges()
/third_party/flutter/skia/third_party/externals/icu/source/i18n/
Dcollationweights.h38 static inline int32_t lengthOfWeight(uint32_t weight) { in lengthOfWeight() function
Dcollationweights.cpp216 int32_t lowerLength=lengthOfWeight(lowerLimit); in getWeightRanges()
217 int32_t upperLength=lengthOfWeight(upperLimit); in getWeightRanges()
/third_party/icu/icu4c/source/i18n/
Dcollationweights.h38 static inline int32_t lengthOfWeight(uint32_t weight) { in lengthOfWeight() function
Dcollationweights.cpp216 int32_t lowerLength=lengthOfWeight(lowerLimit); in getWeightRanges()
217 int32_t upperLength=lengthOfWeight(upperLimit); in getWeightRanges()
/third_party/node/deps/icu-small/source/i18n/
Dcollationweights.h38 static inline int32_t lengthOfWeight(uint32_t weight) { in lengthOfWeight() function
Dcollationweights.cpp216 int32_t lowerLength=lengthOfWeight(lowerLimit); in getWeightRanges()
217 int32_t upperLength=lengthOfWeight(upperLimit); in getWeightRanges()
/third_party/skia/third_party/externals/icu/source/i18n/
Dcollationweights.h38 static inline int32_t lengthOfWeight(uint32_t weight) { in lengthOfWeight() function
Dcollationweights.cpp216 int32_t lowerLength=lengthOfWeight(lowerLimit); in getWeightRanges()
217 int32_t upperLength=lengthOfWeight(upperLimit); in getWeightRanges()
/third_party/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
DCollationTest.java587 if (CollationWeights.lengthOfWeight(w) == someLength) { in checkAllocWeights()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/collator/
DCollationTest.java590 if (CollationWeights.lengthOfWeight(w) == someLength) { in checkAllocWeights()
/third_party/icu/icu4c/source/test/intltest/
Dcollationtest.cpp530 if(CollationWeights::lengthOfWeight(w) == someLength) { ++count; } in checkAllocWeights()