HomeSort by relevance Sort by last modified time
    Searched defs:localeMatcher (Results 1 - 4 of 4) sorted by null

  /external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/
XLocaleDistanceTest.java 17 import com.ibm.icu.util.LocaleMatcher;
35 private XLocaleDistance localeMatcher = XLocaleDistance.getDefault();
63 final LocaleMatcher oldLocaleMatcher = new LocaleMatcher("");
96 int dist1 = localeMatcher.distanceRaw(desiredLSR, supportedLSR, 1000, DistanceOption.NORMAL);
97 int dist2 = localeMatcher.distanceRaw(supportedLSR, desiredLSR, 1000, DistanceOption.NORMAL);
116 checkTables(localeMatcher.internalGetDistanceTable(), "", 1);
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
XLocaleDistanceTest.java 24 import android.icu.util.LocaleMatcher;
41 private XLocaleDistance localeMatcher = XLocaleDistance.getDefault();
72 final LocaleMatcher oldLocaleMatcher = new LocaleMatcher("");
105 int dist1 = localeMatcher.distanceRaw(desiredLSR, supportedLSR, 1000, DistanceOption.REGION_FIRST);
106 int dist2 = localeMatcher.distanceRaw(supportedLSR, desiredLSR, 1000, DistanceOption.REGION_FIRST);
126 checkTables(localeMatcher.internalGetDistanceTable(), "", 1);
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
XLocaleDistanceTest.java 23 import com.ibm.icu.util.LocaleMatcher;
38 private XLocaleDistance localeMatcher = XLocaleDistance.getDefault();
69 final LocaleMatcher oldLocaleMatcher = new LocaleMatcher("");
102 int dist1 = localeMatcher.distanceRaw(desiredLSR, supportedLSR, 1000, DistanceOption.REGION_FIRST);
103 int dist2 = localeMatcher.distanceRaw(supportedLSR, desiredLSR, 1000, DistanceOption.REGION_FIRST);
123 checkTables(localeMatcher.internalGetDistanceTable(), "", 1);
  /external/cldr/tools/java/org/unicode/cldr/test/
CheckAttributeValues.java 57 static LocaleMatcher localeMatcher;
260 localeMatcher = LocaleMatcher.make();
263 if (!localeMatcher.matches(cldrFileToCheck.getLocaleID())) {
428 result.matcher = LocaleMatcher.make();
526 public static class LocaleMatcher implements ObjectMatcher<String> {
533 static LocaleMatcher singleton = null;
536 private LocaleMatcher(boolean b) {
539 public static LocaleMatcher make()
    [all...]

Completed in 1179 milliseconds