HomeSort by relevance Sort by last modified time
    Searched full:matchershort (Results 1 - 2 of 2) sorted by null

  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
LocaleMatcherTest.java 571 final LocaleMatcher matcherShort = newLocaleMatcher(desired);
577 assertEquals(expected, matcherShort.getBestMatch(desired));
585 long timeShort = timeLocaleMatcher("Duration (few supported):\t", desired, matcherShort, showMessage, iterations, 0);
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
LocaleMatcherTest.java 567 final LocaleMatcher matcherShort = newLocaleMatcher(desired);
573 assertEquals(expected, matcherShort.getBestMatch(desired));
581 long timeShort = timeLocaleMatcher("Duration (few supported):\t", desired, matcherShort, showMessage, iterations, 0);

Completed in 350 milliseconds