Searched refs:bestLikelyInfo (Results 1 – 5 of 5) sorted by relevance
/third_party/icu/icu4c/source/common/ |
D | locdistance.cpp | 123 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/ |
D | locdistance.cpp | 123 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/ |
D | locdistance.cpp | 123 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/ |
D | LocaleDistance.java | 261 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()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/locale/ |
D | LocaleDistance.java | 256 int bestLikelyInfo = -1; in getBestIndexAndDistance() local 358 bestLikelyInfo = -1; in getBestIndexAndDistance() 368 bestLikelyInfo = -1; in getBestIndexAndDistance() 374 bestLikelyInfo = XLikelySubtags.INSTANCE.compareLikely( in getBestIndexAndDistance() 375 supported, supportedLSRs[bestIndex], bestLikelyInfo); in getBestIndexAndDistance() 376 if ((bestLikelyInfo & 1) != 0) { in getBestIndexAndDistance()
|