Home
last modified time | relevance | path

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

/third_party/icu/icu4c/source/common/
Dlocdistance.cpp124 for (int32_t slIndex = 0; slIndex < supportedLSRsLength; ++slIndex) { in getBestIndexAndDistance() local
125 const LSR &supported = *supportedLSRs[slIndex]; in getBestIndexAndDistance()
130 if (slIndex != 0) { in getBestIndexAndDistance()
221 return slIndex << INDEX_SHIFT; in getBestIndexAndDistance()
223 bestIndex = slIndex; in getBestIndexAndDistance()
233 bestIndex = slIndex; in getBestIndexAndDistance()
247 bestIndex = slIndex; in getBestIndexAndDistance()
/third_party/node/deps/icu-small/source/common/
Dlocdistance.cpp124 for (int32_t slIndex = 0; slIndex < supportedLSRsLength; ++slIndex) { in getBestIndexAndDistance() local
125 const LSR &supported = *supportedLSRs[slIndex]; in getBestIndexAndDistance()
130 if (slIndex != 0) { in getBestIndexAndDistance()
221 return slIndex << INDEX_SHIFT; in getBestIndexAndDistance()
223 bestIndex = slIndex; in getBestIndexAndDistance()
233 bestIndex = slIndex; in getBestIndexAndDistance()
247 bestIndex = slIndex; in getBestIndexAndDistance()
/third_party/skia/third_party/externals/icu/source/common/
Dlocdistance.cpp124 for (int32_t slIndex = 0; slIndex < supportedLSRsLength; ++slIndex) { in getBestIndexAndDistance() local
125 const LSR &supported = *supportedLSRs[slIndex]; in getBestIndexAndDistance()
130 if (slIndex != 0) { in getBestIndexAndDistance()
221 return slIndex << INDEX_SHIFT; in getBestIndexAndDistance()
223 bestIndex = slIndex; in getBestIndexAndDistance()
233 bestIndex = slIndex; in getBestIndexAndDistance()
247 bestIndex = slIndex; in getBestIndexAndDistance()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/locale/
DLocaleDistance.java262 for (int slIndex = 0; slIndex < supportedLSRsLength; ++slIndex) { in getBestIndexAndDistance()
263 LSR supported = supportedLSRs[slIndex]; in getBestIndexAndDistance()
268 if (slIndex != 0) { in getBestIndexAndDistance()
359 return slIndex << INDEX_SHIFT; in getBestIndexAndDistance()
361 bestIndex = slIndex; in getBestIndexAndDistance()
371 bestIndex = slIndex; in getBestIndexAndDistance()
385 bestIndex = slIndex; in getBestIndexAndDistance()