Home
last modified time | relevance | path

Searched defs:indexAndDistance (Results 1 – 25 of 35) sorted by relevance

12

/aosp_15_r20/external/icu/android_icu4j/src/main/java/android/icu/impl/locale/
H A DLocaleDistance.java88 public static final int getShiftedDistance(int indexAndDistance) { in getShiftedDistance()
92 public static final double getDistanceDouble(int indexAndDistance) { in getDistanceDouble()
97 public static final int getDistanceFloor(int indexAndDistance) { in getDistanceFloor()
101 public static final int getIndex(int indexAndDistance) { in getIndex()
102 assert indexAndDistance >= 0; in getIndex() local
217 int indexAndDistance = getBestIndexAndDistance(en, new LSR[] { enGB }, 1, in LocaleDistance() local
235 int indexAndDistance = getBestIndexAndDistance(desiredLSR, new LSR[] { supportedLSR }, 1, in testOnlyDistance() local
/aosp_15_r20/external/icu/icu4j/main/core/src/main/java/com/ibm/icu/impl/locale/
H A DLocaleDistance.java86 public static final int getShiftedDistance(int indexAndDistance) { in getShiftedDistance()
90 public static final double getDistanceDouble(int indexAndDistance) { in getDistanceDouble()
95 public static final int getDistanceFloor(int indexAndDistance) { in getDistanceFloor()
99 public static final int getIndex(int indexAndDistance) { in getIndex()
100 assert indexAndDistance >= 0; in getIndex() local
212 int indexAndDistance = getBestIndexAndDistance(en, new LSR[] { enGB }, 1, in LocaleDistance() local
230 int indexAndDistance = getBestIndexAndDistance(desiredLSR, new LSR[] { supportedLSR }, 1, in testOnlyDistance() local
/aosp_15_r20/prebuilts/runtime/mainline/i18n/test-exports/linux_glibc/include/external/icu/icu4c/source/common/
H A Dlocdistance.h33 static int32_t getShiftedDistance(int32_t indexAndDistance) { in getShiftedDistance()
37 static double getDistanceDouble(int32_t indexAndDistance) { in getDistanceDouble()
42 static int32_t getDistanceFloor(int32_t indexAndDistance) { in getDistanceFloor()
46 static int32_t getIndex(int32_t indexAndDistance) { in getIndex()
/aosp_15_r20/external/icu/libicu/cts_headers/
H A Dlocdistance.h33 static int32_t getShiftedDistance(int32_t indexAndDistance) { in getShiftedDistance()
37 static double getDistanceDouble(int32_t indexAndDistance) { in getDistanceDouble()
42 static int32_t getDistanceFloor(int32_t indexAndDistance) { in getDistanceFloor()
46 static int32_t getIndex(int32_t indexAndDistance) { in getIndex()
/aosp_15_r20/external/cronet/third_party/icu/source/common/
H A Dlocdistance.h33 static int32_t getShiftedDistance(int32_t indexAndDistance) { in getShiftedDistance()
37 static double getDistanceDouble(int32_t indexAndDistance) { in getDistanceDouble()
42 static int32_t getDistanceFloor(int32_t indexAndDistance) { in getDistanceFloor()
46 static int32_t getIndex(int32_t indexAndDistance) { in getIndex()
H A Dlocalematcher.cpp471 int32_t indexAndDistance = localeDistance.getBestIndexAndDistance( in LocaleMatcher() local
713 int32_t indexAndDistance = localeDistance.getBestIndexAndDistance( in isMatch() local
725 int32_t indexAndDistance = localeDistance.getBestIndexAndDistance( in internalMatch() local
H A Dlocdistance.cpp104 int32_t indexAndDistance = getBestIndexAndDistance(en, &p_enGB, 1, in LocaleDistance() local
/aosp_15_r20/prebuilts/runtime/mainline/i18n/sdk/common_os/include/external/icu/icu4c/source/common/
H A Dlocdistance.h33 static int32_t getShiftedDistance(int32_t indexAndDistance) { in getShiftedDistance()
37 static double getDistanceDouble(int32_t indexAndDistance) { in getDistanceDouble()
42 static int32_t getDistanceFloor(int32_t indexAndDistance) { in getDistanceFloor()
46 static int32_t getIndex(int32_t indexAndDistance) { in getIndex()
/aosp_15_r20/prebuilts/runtime/mainline/i18n/test-exports/android/include/external/icu/icu4c/source/common/
H A Dlocdistance.h33 static int32_t getShiftedDistance(int32_t indexAndDistance) { in getShiftedDistance()
37 static double getDistanceDouble(int32_t indexAndDistance) { in getDistanceDouble()
42 static int32_t getDistanceFloor(int32_t indexAndDistance) { in getDistanceFloor()
46 static int32_t getIndex(int32_t indexAndDistance) { in getIndex()
/aosp_15_r20/prebuilts/runtime/mainline/i18n/test-exports/linux_bionic/include/external/icu/icu4c/source/common/
H A Dlocdistance.h33 static int32_t getShiftedDistance(int32_t indexAndDistance) { in getShiftedDistance()
37 static double getDistanceDouble(int32_t indexAndDistance) { in getDistanceDouble()
42 static int32_t getDistanceFloor(int32_t indexAndDistance) { in getDistanceFloor()
46 static int32_t getIndex(int32_t indexAndDistance) { in getIndex()
/aosp_15_r20/external/icu/icu4c/source/common/
H A Dlocdistance.h33 static int32_t getShiftedDistance(int32_t indexAndDistance) { in getShiftedDistance()
37 static double getDistanceDouble(int32_t indexAndDistance) { in getDistanceDouble()
42 static int32_t getDistanceFloor(int32_t indexAndDistance) { in getDistanceFloor()
46 static int32_t getIndex(int32_t indexAndDistance) { in getIndex()
H A Dlocalematcher.cpp473 int32_t indexAndDistance = localeDistance.getBestIndexAndDistance( in LocaleMatcher() local
720 int32_t indexAndDistance = localeDistance.getBestIndexAndDistance( in isMatch() local
733 int32_t indexAndDistance = localeDistance.getBestIndexAndDistance( in internalMatch() local
H A Dlocdistance.cpp104 int32_t indexAndDistance = getBestIndexAndDistance(en, &p_enGB, 1, in LocaleDistance() local
/aosp_15_r20/external/icu/icu4j/main/core/src/main/java/com/ibm/icu/util/
H A DLocaleMatcher.java770 int indexAndDistance = LocaleDistance.INSTANCE.getBestIndexAndDistance( in LocaleMatcher() local
1100 int indexAndDistance = LocaleDistance.INSTANCE.getBestIndexAndDistance( in isMatch() local
1118 int indexAndDistance = LocaleDistance.INSTANCE.getBestIndexAndDistance( in isMatch() local
1145 int indexAndDistance = LocaleDistance.INSTANCE.getBestIndexAndDistance( in match() local
/aosp_15_r20/external/icu/android_icu4j/src/main/java/android/icu/util/
H A DLocaleMatcher.java732 int indexAndDistance = LocaleDistance.INSTANCE.getBestIndexAndDistance( in LocaleMatcher() local
1052 int indexAndDistance = LocaleDistance.INSTANCE.getBestIndexAndDistance( in isMatch() local
1069 int indexAndDistance = LocaleDistance.INSTANCE.getBestIndexAndDistance( in isMatch() local
1096 int indexAndDistance = LocaleDistance.INSTANCE.getBestIndexAndDistance( in match() local
/aosp_15_r20/out/soong/.intermediates/external/icu/android_icu4j/core-icu4j/android_common/withres/
Dcore-icu4j.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/icu/ android/ ...
/aosp_15_r20/out/soong/.intermediates/external/icu/android_icu4j/core-icu4j/android_common/jarjar/
Dcore-icu4j.jarcom/android/icu/util/regex/PatternNative.class PatternNative.java package com. ...
/aosp_15_r20/prebuilts/runtime/mainline/i18n/sdk/java/
HDcore-icu4j.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/icu/ android/ ...
/aosp_15_r20/prebuilts/runtime/mainline/i18n/test-exports/java/
HDcore-icu4j-for-host.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/icu/ android/ ...
/aosp_15_r20/out/soong/.intermediates/external/icu/android_icu4j/core-icu4j/android_common_apex10000/combined/
Dcore-icu4j.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/compat/ android/ ...
/aosp_15_r20/out/target/common/obj/JAVA_LIBRARIES/core-icu4j.com.android.i18n_intermediates/
Dclasses.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/icu/ android/ ...
/aosp_15_r20/out/soong/.intermediates/external/icu/android_icu4j/core-icu4j/android_common_apex10000/withres/
Dcore-icu4j.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/icu/ android/ ...
/aosp_15_r20/out/soong/.intermediates/external/icu/android_icu4j/core-repackaged-icu4j/android_common/javac/
Dcore-repackaged-icu4j.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/icu/ android/ ...
/aosp_15_r20/out/soong/.intermediates/external/icu/android_icu4j/core-icu4j/android_common_apex10000/jarjar/
Dcore-icu4j.jarcom/android/icu/util/regex/PatternNative.class PatternNative.java package com. ...
/aosp_15_r20/out/soong/.intermediates/external/icu/android_icu4j/core-icu4j/android_common_apex10000/package-check/
Dcore-icu4j.jarcom/android/icu/util/regex/PatternNative.class PatternNative.java package com. ...

12