Home
last modified time | relevance | path

Searched defs:getBestMatch (Results 1 – 4 of 4) sorted by relevance

/external/cldr/tools/java/com/ibm/icu/util/
DLocaleMatcher.java177 public ULocale getBestMatch(LocalePriorityList languageList) { in getBestMatch() method in LocaleMatcher
204 public ULocale getBestMatch(String languageList) { in getBestMatch() method in LocaleMatcher
215 public ULocale getBestMatch(ULocale ulocale) { in getBestMatch() method in LocaleMatcher
224 public ULocale getBestMatch(ULocale... ulocales) { in getBestMatch() method in LocaleMatcher
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DLocaleMatcher.java877 public ULocale getBestMatch(ULocale desiredLocale) { in getBestMatch() method in LocaleMatcher
891 public ULocale getBestMatch(Iterable<ULocale> desiredLocales) { in getBestMatch() method in LocaleMatcher
911 public ULocale getBestMatch(String desiredLocaleList) { in getBestMatch() method in LocaleMatcher
/external/icu/android_icu4j/src/main/java/android/icu/util/
DLocaleMatcher.java841 public ULocale getBestMatch(ULocale desiredLocale) { in getBestMatch() method in LocaleMatcher
854 public ULocale getBestMatch(Iterable<ULocale> desiredLocales) { in getBestMatch() method in LocaleMatcher
873 public ULocale getBestMatch(String desiredLocaleList) { in getBestMatch() method in LocaleMatcher
/external/icu/icu4c/source/common/
Dlocalematcher.cpp625 const Locale *LocaleMatcher::getBestMatch(const Locale &desiredLocale, UErrorCode &errorCode) const… in getBestMatch() function in LocaleMatcher
633 const Locale *LocaleMatcher::getBestMatch(Locale::Iterator &desiredLocales, in getBestMatch() function in LocaleMatcher