Home
last modified time | relevance | path

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

/third_party/icu/icu4c/source/common/
Dlocdistance.cpp123 int32_t bestLikelyInfo = -1; in getBestIndexAndDistance() local
225 bestLikelyInfo = -1; in getBestIndexAndDistance()
235 bestLikelyInfo = -1; in getBestIndexAndDistance()
241 bestLikelyInfo = likelySubtags.compareLikely( in getBestIndexAndDistance()
242 supported, *supportedLSRs[bestIndex], bestLikelyInfo); in getBestIndexAndDistance()
243 if ((bestLikelyInfo & 1) != 0) { in getBestIndexAndDistance()
/third_party/node/deps/icu-small/source/common/
Dlocdistance.cpp123 int32_t bestLikelyInfo = -1; in getBestIndexAndDistance() local
225 bestLikelyInfo = -1; in getBestIndexAndDistance()
235 bestLikelyInfo = -1; in getBestIndexAndDistance()
241 bestLikelyInfo = likelySubtags.compareLikely( in getBestIndexAndDistance()
242 supported, *supportedLSRs[bestIndex], bestLikelyInfo); in getBestIndexAndDistance()
243 if ((bestLikelyInfo & 1) != 0) { in getBestIndexAndDistance()
/third_party/skia/third_party/externals/icu/source/common/
Dlocdistance.cpp123 int32_t bestLikelyInfo = -1; in getBestIndexAndDistance() local
225 bestLikelyInfo = -1; in getBestIndexAndDistance()
235 bestLikelyInfo = -1; in getBestIndexAndDistance()
241 bestLikelyInfo = likelySubtags.compareLikely( in getBestIndexAndDistance()
242 supported, *supportedLSRs[bestIndex], bestLikelyInfo); in getBestIndexAndDistance()
243 if ((bestLikelyInfo & 1) != 0) { in getBestIndexAndDistance()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/locale/
DLocaleDistance.java261 int bestLikelyInfo = -1; in getBestIndexAndDistance() local
363 bestLikelyInfo = -1; in getBestIndexAndDistance()
373 bestLikelyInfo = -1; in getBestIndexAndDistance()
379 bestLikelyInfo = XLikelySubtags.INSTANCE.compareLikely( in getBestIndexAndDistance()
380 supported, supportedLSRs[bestIndex], bestLikelyInfo); in getBestIndexAndDistance()
381 if ((bestLikelyInfo & 1) != 0) { in getBestIndexAndDistance()