Home
last modified time | relevance | path

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

/third_party/node/deps/icu-small/source/common/
Dlocdistance.h37 static double getDistanceDouble(int32_t indexAndDistance) { in getDistanceDouble() function
Dlocalematcher.cpp747 double distance = LocaleDistance::getDistanceDouble(indexAndDistance); in internalMatch()
/third_party/skia/third_party/externals/icu/source/common/
Dlocdistance.h37 static double getDistanceDouble(int32_t indexAndDistance) { in getDistanceDouble() function
Dlocalematcher.cpp747 double distance = LocaleDistance::getDistanceDouble(indexAndDistance); in internalMatch()
/third_party/icu/icu4c/source/common/
Dlocdistance.h37 static double getDistanceDouble(int32_t indexAndDistance) { in getDistanceDouble() function
Dlocalematcher.cpp747 double distance = LocaleDistance::getDistanceDouble(indexAndDistance); in internalMatch()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/locale/
DLocaleDistance.java90 public static final double getDistanceDouble(int indexAndDistance) { in getDistanceDouble() method in LocaleDistance
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/locale/
DLocaleDistance.java92 public static final double getDistanceDouble(int indexAndDistance) { in getDistanceDouble() method in LocaleDistance
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
DLocaleMatcher.java1018 double distance = LocaleDistance.getDistanceDouble(indexAndDistance); in match()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DLocaleMatcher.java1149 double distance = LocaleDistance.getDistanceDouble(indexAndDistance); in match()