Home
last modified time | relevance | path

Searched refs:getBestMatchResult (Results 1 – 9 of 9) sorted by relevance

/external/icu/icu4c/source/test/intltest/
Dlocalematchertest.cpp95 LocaleMatcher::Result result = matcher.getBestMatchResult("fr", errorCode); in testEmpty()
224 LocaleMatcher::Result result = matcher.getBestMatchResult(desired, errorCode); in testBasics()
234 result = matcher.getBestMatchResult(iter2, errorCode); in testBasics()
240 result = matcher.getBestMatchResult(desired, errorCode); in testBasics()
247 result = matcher.getBestMatchResult("ja_JP", errorCode); in testBasics()
271 LocaleMatcher::Result result = matcher.getBestMatchResult("ja_JP", errorCode); in testSupportedDefault()
295 LocaleMatcher::Result result = matcher.getBestMatchResult("ja_JP", errorCode); in testUnsupportedDefault()
360 LocaleMatcher::Result result = matcher.getBestMatchResult(desired, errorCode); in testResolvedLocale()
518 LocaleMatcher::Result result = matcher.getBestMatchResult(desiredLocale, errorCode); in dataDriven()
529 LocaleMatcher::Result result = matcher.getBestMatchResult(desiredIter, errorCode); in dataDriven()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
DLocaleMatcherTest.java141 LocaleMatcher.Result result = matcher.getBestMatchResult(udesired); in testBasics()
150 result = matcher.getBestMatchResult(list); in testBasics()
163 result = matcher.getBestMatchResult(ULocale.JAPAN); in testBasics()
193 LocaleMatcher.Result result = matcher.getBestMatchResult(new ULocale("ja_JP")); in testSupportedDefault()
217 LocaleMatcher.Result result = matcher.getBestMatchResult(new ULocale("ja_JP")); in testUnsupportedDefault()
283 LocaleMatcher.Result result = matcher.getBestMatchResult(ULocale.FRENCH); in testEmpty()
335 LocaleMatcher.Result result = matcher.getBestMatchResult(desired); in testResolvedLocale()
1041 LocaleMatcher.Result result = matcher.getBestMatchResult(desiredULocale); in dataDriven()
1063 LocaleMatcher.Result result = matcher.getBestMatchResult(desired); in dataDriven()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
DLocaleMatcherTest.java144 LocaleMatcher.Result result = matcher.getBestMatchResult(udesired); in testBasics()
153 result = matcher.getBestMatchResult(list); in testBasics()
166 result = matcher.getBestMatchResult(ULocale.JAPAN); in testBasics()
196 LocaleMatcher.Result result = matcher.getBestMatchResult(new ULocale("ja_JP")); in testSupportedDefault()
220 LocaleMatcher.Result result = matcher.getBestMatchResult(new ULocale("ja_JP")); in testUnsupportedDefault()
286 LocaleMatcher.Result result = matcher.getBestMatchResult(ULocale.FRENCH); in testEmpty()
338 LocaleMatcher.Result result = matcher.getBestMatchResult(desired); in testResolvedLocale()
1044 LocaleMatcher.Result result = matcher.getBestMatchResult(desiredULocale); in dataDriven()
1066 LocaleMatcher.Result result = matcher.getBestMatchResult(desired); in dataDriven()
/external/icu/icu4c/source/common/unicode/
Dlocalematcher.h534 Result getBestMatchResult(const Locale &desiredLocale, UErrorCode &errorCode) const;
548 Result getBestMatchResult(Locale::Iterator &desiredLocales, UErrorCode &errorCode) const;
/external/icu/android_icu4j/src/main/java/android/icu/util/
DLocaleMatcher.java844 public Result getBestMatchResult(ULocale desiredLocale) { in getBestMatchResult() method in LocaleMatcher
857 public Result getBestMatchResult(Iterable<ULocale> desiredLocales) { in getBestMatchResult() method in LocaleMatcher
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DLocaleMatcher.java875 public Result getBestMatchResult(ULocale desiredLocale) { in getBestMatchResult() method in LocaleMatcher
889 public Result getBestMatchResult(Iterable<ULocale> desiredLocales) { in getBestMatchResult() method in LocaleMatcher
/external/icu/icu4c/source/common/
Dlocalematcher.cpp630 LocaleMatcher::Result LocaleMatcher::getBestMatchResult( in getBestMatchResult() function in LocaleMatcher
645 LocaleMatcher::Result LocaleMatcher::getBestMatchResult( in getBestMatchResult() function in LocaleMatcher
/external/icu/icu4j/tools/build/
Dicu4j65.api3.gz
Dicu4j66.api3.gz