Home
last modified time | relevance | path

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

/external/cldr/tools/cldr-code/src/main/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/android_icu4j/src/main/java/android/icu/util/
DLocaleMatcher.java831 public ULocale getBestMatch(ULocale desiredLocale) { in getBestMatch() method in LocaleMatcher
844 public ULocale getBestMatch(Iterable<ULocale> desiredLocales) { in getBestMatch() method in LocaleMatcher
863 public ULocale getBestMatch(String desiredLocaleList) { in getBestMatch() method in LocaleMatcher
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DLocaleMatcher.java870 public ULocale getBestMatch(ULocale desiredLocale) { in getBestMatch() method in LocaleMatcher
884 public ULocale getBestMatch(Iterable<ULocale> desiredLocales) { in getBestMatch() method in LocaleMatcher
904 public ULocale getBestMatch(String desiredLocaleList) { in getBestMatch() method in LocaleMatcher
/external/apache-velocity-engine/velocity-engine-core/src/main/java/org/apache/velocity/util/introspection/
DMethodMap.java209 private Method getBestMatch(List<Method> methods, Class<?>[] args) in getBestMatch() method in MethodMap
/external/icu/icu4c/source/common/
Dlocalematcher.cpp606 const Locale *LocaleMatcher::getBestMatch(const Locale &desiredLocale, UErrorCode &errorCode) const… in getBestMatch() function in LocaleMatcher
614 const Locale *LocaleMatcher::getBestMatch(Locale::Iterator &desiredLocales, in getBestMatch() function in LocaleMatcher
/external/cronet/third_party/icu/source/common/
Dlocalematcher.cpp606 const Locale *LocaleMatcher::getBestMatch(const Locale &desiredLocale, UErrorCode &errorCode) const… in getBestMatch() function in LocaleMatcher
614 const Locale *LocaleMatcher::getBestMatch(Locale::Iterator &desiredLocales, in getBestMatch() function in LocaleMatcher
/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/personname/
DPersonNameFormatter.java1139 … public NamePattern getBestMatch(NameObject nameObject, FormatParameters nameFormatParameters) { in getBestMatch() method in PersonNameFormatter.NamePatternData