Home
last modified time | relevance | path

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

/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
DLocaleMatcher.java942 int bestSupportedLsrIndex = -1; in getBestSuppIndex() local
968 bestSupportedLsrIndex = LocaleDistance.getIndex(bestIndexAndDistance); in getBestSuppIndex()
980 if (bestSupportedLsrIndex < 0) { in getBestSuppIndex()
986 int suppIndex = supportedIndexes[bestSupportedLsrIndex]; in getBestSuppIndex()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DLocaleMatcher.java1037 int bestSupportedLsrIndex = -1; in getBestSuppIndex() local
1063 bestSupportedLsrIndex = LocaleDistance.getIndex(bestIndexAndDistance); in getBestSuppIndex()
1075 if (bestSupportedLsrIndex < 0) { in getBestSuppIndex()
1081 int suppIndex = supportedIndexes[bestSupportedLsrIndex]; in getBestSuppIndex()
/third_party/skia/third_party/externals/icu/source/common/
Dlocalematcher.cpp684 int32_t bestSupportedLsrIndex = -1; in getBestSuppIndex() local
707 bestSupportedLsrIndex = LocaleDistance::getIndex(bestIndexAndDistance); in getBestSuppIndex()
719 if (bestSupportedLsrIndex < 0) { in getBestSuppIndex()
723 return supportedIndexes[bestSupportedLsrIndex]; in getBestSuppIndex()
/third_party/node/deps/icu-small/source/common/
Dlocalematcher.cpp684 int32_t bestSupportedLsrIndex = -1; in getBestSuppIndex() local
707 bestSupportedLsrIndex = LocaleDistance::getIndex(bestIndexAndDistance); in getBestSuppIndex()
719 if (bestSupportedLsrIndex < 0) { in getBestSuppIndex()
723 return supportedIndexes[bestSupportedLsrIndex]; in getBestSuppIndex()
/third_party/icu/icu4c/source/common/
Dlocalematcher.cpp684 int32_t bestSupportedLsrIndex = -1; in getBestSuppIndex() local
707 bestSupportedLsrIndex = LocaleDistance::getIndex(bestIndexAndDistance); in getBestSuppIndex()
719 if (bestSupportedLsrIndex < 0) { in getBestSuppIndex()
723 return supportedIndexes[bestSupportedLsrIndex]; in getBestSuppIndex()