Home
last modified time | relevance | path

Searched refs:roundedThreshold (Results 1 – 4 of 4) sorted by relevance

/third_party/icu/icu4c/source/common/
Dlocdistance.cpp157 int32_t roundedThreshold = (shiftedThreshold + DISTANCE_FRACTION_MASK) >> DISTANCE_SHIFT; in getBestIndexAndDistance() local
168 if (distance > roundedThreshold) { in getBestIndexAndDistance()
186 if (distance > roundedThreshold) { in getBestIndexAndDistance()
195 int32_t remainingThreshold = roundedThreshold - distance; in getBestIndexAndDistance()
/third_party/node/deps/icu-small/source/common/
Dlocdistance.cpp157 int32_t roundedThreshold = (shiftedThreshold + DISTANCE_FRACTION_MASK) >> DISTANCE_SHIFT; in getBestIndexAndDistance() local
168 if (distance > roundedThreshold) { in getBestIndexAndDistance()
186 if (distance > roundedThreshold) { in getBestIndexAndDistance()
195 int32_t remainingThreshold = roundedThreshold - distance; in getBestIndexAndDistance()
/third_party/skia/third_party/externals/icu/source/common/
Dlocdistance.cpp157 int32_t roundedThreshold = (shiftedThreshold + DISTANCE_FRACTION_MASK) >> DISTANCE_SHIFT; in getBestIndexAndDistance() local
168 if (distance > roundedThreshold) { in getBestIndexAndDistance()
186 if (distance > roundedThreshold) { in getBestIndexAndDistance()
195 int32_t remainingThreshold = roundedThreshold - distance; in getBestIndexAndDistance()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/locale/
DLocaleDistance.java295 int roundedThreshold = (shiftedThreshold + DISTANCE_FRACTION_MASK) >> DISTANCE_SHIFT; in getBestIndexAndDistance() local
306 if (distance > roundedThreshold) { in getBestIndexAndDistance()
324 if (distance > roundedThreshold) { in getBestIndexAndDistance()
333 int remainingThreshold = roundedThreshold - distance; in getBestIndexAndDistance()