Home
last modified time | relevance | path

Searched refs:ABOVE_THRESHOLD (Results 1 – 5 of 5) sorted by relevance

/third_party/icu/icu4c/source/common/
Dlocdistance.cpp36 constexpr int32_t ABOVE_THRESHOLD = 100; variable
255 INDEX_NEG_1 | shiftDistance(ABOVE_THRESHOLD); in getBestIndexAndDistance()
/third_party/node/deps/icu-small/source/common/
Dlocdistance.cpp36 constexpr int32_t ABOVE_THRESHOLD = 100; variable
255 INDEX_NEG_1 | shiftDistance(ABOVE_THRESHOLD); in getBestIndexAndDistance()
/third_party/skia/third_party/externals/icu/source/common/
Dlocdistance.cpp36 constexpr int32_t ABOVE_THRESHOLD = 100; variable
255 INDEX_NEG_1 | shiftDistance(ABOVE_THRESHOLD); in getBestIndexAndDistance()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/locale/
DLocaleDistance.java55 private static final int ABOVE_THRESHOLD = 100; field in LocaleDistance
388 INDEX_NEG_1 | shiftDistance(ABOVE_THRESHOLD); in getBestIndexAndDistance()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/locale/
DLocaleDistance.java57 private static final int ABOVE_THRESHOLD = 100; field in LocaleDistance
393 INDEX_NEG_1 | shiftDistance(ABOVE_THRESHOLD); in getBestIndexAndDistance()