Searched defs:further (Results 1 - 2 of 2) sorted by relevance

/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
H A DLocaleMatcherTest.java78 private void assertCloser(String a, String closer, String further) { argument
79 LocaleMatcher matcher = newLocaleMatcher(further + ", " + closer);
80 assertEquals("test " + a + " is closer to " + closer + " than to " + further, new ULocale(closer), matcher.getBestMatch(a));
81 matcher = newLocaleMatcher(closer + ", " + further);
82 assertEquals("test " + a + " is closer to " + closer + " than to " + further, new ULocale(closer), matcher.getBestMatch(a));
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
H A DLocaleMatcherTest.java77 private void assertCloser(String a, String closer, String further) { argument
78 LocaleMatcher matcher = newLocaleMatcher(further + ", " + closer);
79 assertEquals("test " + a + " is closer to " + closer + " than to " + further, new ULocale(closer), matcher.getBestMatch(a));
80 matcher = newLocaleMatcher(closer + ", " + further);
81 assertEquals("test " + a + " is closer to " + closer + " than to " + further, new ULocale(closer), matcher.getBestMatch(a));

Completed in 477 milliseconds