Home
last modified time | relevance | path

Searched refs:getShiftedDistance (Results 1 – 10 of 10) sorted by relevance

/third_party/node/deps/icu-small/source/common/
Dlocdistance.h33 static int32_t getShiftedDistance(int32_t indexAndDistance) { in getShiftedDistance() function
38 double shiftedDistance = getShiftedDistance(indexAndDistance); in getDistanceDouble()
Dlocalematcher.cpp702 bestShiftedDistance = LocaleDistance::getShiftedDistance(bestIndexAndDistance); in getBestSuppIndex()
/third_party/skia/third_party/externals/icu/source/common/
Dlocdistance.h33 static int32_t getShiftedDistance(int32_t indexAndDistance) { in getShiftedDistance() function
38 double shiftedDistance = getShiftedDistance(indexAndDistance); in getDistanceDouble()
Dlocalematcher.cpp702 bestShiftedDistance = LocaleDistance::getShiftedDistance(bestIndexAndDistance); in getBestSuppIndex()
/third_party/icu/icu4c/source/common/
Dlocdistance.h33 static int32_t getShiftedDistance(int32_t indexAndDistance) { in getShiftedDistance() function
38 double shiftedDistance = getShiftedDistance(indexAndDistance); in getDistanceDouble()
Dlocalematcher.cpp702 bestShiftedDistance = LocaleDistance::getShiftedDistance(bestIndexAndDistance); in getBestSuppIndex()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/locale/
DLocaleDistance.java86 public static final int getShiftedDistance(int indexAndDistance) { in getShiftedDistance() method in LocaleDistance
91 double shiftedDistance = getShiftedDistance(indexAndDistance); in getDistanceDouble()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/locale/
DLocaleDistance.java88 public static final int getShiftedDistance(int indexAndDistance) { in getShiftedDistance() method in LocaleDistance
93 double shiftedDistance = getShiftedDistance(indexAndDistance); in getDistanceDouble()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
DLocaleMatcher.java966 bestShiftedDistance = LocaleDistance.getShiftedDistance(bestIndexAndDistance); in getBestSuppIndex()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DLocaleMatcher.java1061 bestShiftedDistance = LocaleDistance.getShiftedDistance(bestIndexAndDistance); in getBestSuppIndex()