Searched refs:upperStart (Results 1 – 6 of 6) sorted by relevance
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/coll/ |
D | CollationWeights.java | 383 final long upperStart=upper[length].start; in getWeightRanges() local 386 if(lowerEnd>upperStart) { in getWeightRanges() 395 truncateWeight(upperStart, length-1)); in getWeightRanges() 404 } else if(lowerEnd==upperStart) { in getWeightRanges() 408 if(incWeight(lowerEnd, length)==upperStart) { in getWeightRanges()
|
/third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/ |
D | CollationWeights.java | 381 final long upperStart=upper[length].start; in getWeightRanges() local 384 if(lowerEnd>upperStart) { in getWeightRanges() 393 truncateWeight(upperStart, length-1)); in getWeightRanges() 402 } else if(lowerEnd==upperStart) { in getWeightRanges() 406 if(incWeight(lowerEnd, length)==upperStart) { in getWeightRanges()
|
/third_party/node/deps/icu-small/source/i18n/ |
D | collationweights.cpp | 309 const uint32_t upperStart=upper[length].start; in getWeightRanges() local 312 if(lowerEnd>upperStart) { in getWeightRanges() 321 truncateWeight(upperStart, length-1)); in getWeightRanges() 330 } else if(lowerEnd==upperStart) { in getWeightRanges() 334 if(incWeight(lowerEnd, length)==upperStart) { in getWeightRanges()
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
D | collationweights.cpp | 309 const uint32_t upperStart=upper[length].start; in getWeightRanges() local 312 if(lowerEnd>upperStart) { in getWeightRanges() 321 truncateWeight(upperStart, length-1)); in getWeightRanges() 330 } else if(lowerEnd==upperStart) { in getWeightRanges() 334 if(incWeight(lowerEnd, length)==upperStart) { in getWeightRanges()
|
/third_party/flutter/skia/third_party/externals/icu/source/i18n/ |
D | collationweights.cpp | 309 const uint32_t upperStart=upper[length].start; in getWeightRanges() local 312 if(lowerEnd>upperStart) { in getWeightRanges() 321 truncateWeight(upperStart, length-1)); in getWeightRanges() 330 } else if(lowerEnd==upperStart) { in getWeightRanges() 334 if(incWeight(lowerEnd, length)==upperStart) { in getWeightRanges()
|
/third_party/icu/icu4c/source/i18n/ |
D | collationweights.cpp | 309 const uint32_t upperStart=upper[length].start; in getWeightRanges() local 312 if(lowerEnd>upperStart) { in getWeightRanges() 321 truncateWeight(upperStart, length-1)); in getWeightRanges() 330 } else if(lowerEnd==upperStart) { in getWeightRanges() 334 if(incWeight(lowerEnd, length)==upperStart) { in getWeightRanges()
|