Searched defs:getBestMatch (Results 1 – 7 of 7) sorted by relevance
177 public ULocale getBestMatch(LocalePriorityList languageList) { in getBestMatch() method in LocaleMatcher204 public ULocale getBestMatch(String languageList) { in getBestMatch() method in LocaleMatcher215 public ULocale getBestMatch(ULocale ulocale) { in getBestMatch() method in LocaleMatcher224 public ULocale getBestMatch(ULocale... ulocales) { in getBestMatch() method in LocaleMatcher
831 public ULocale getBestMatch(ULocale desiredLocale) { in getBestMatch() method in LocaleMatcher844 public ULocale getBestMatch(Iterable<ULocale> desiredLocales) { in getBestMatch() method in LocaleMatcher863 public ULocale getBestMatch(String desiredLocaleList) { in getBestMatch() method in LocaleMatcher
870 public ULocale getBestMatch(ULocale desiredLocale) { in getBestMatch() method in LocaleMatcher884 public ULocale getBestMatch(Iterable<ULocale> desiredLocales) { in getBestMatch() method in LocaleMatcher904 public ULocale getBestMatch(String desiredLocaleList) { in getBestMatch() method in LocaleMatcher
209 private Method getBestMatch(List<Method> methods, Class<?>[] args) in getBestMatch() method in MethodMap
606 const Locale *LocaleMatcher::getBestMatch(const Locale &desiredLocale, UErrorCode &errorCode) const… in getBestMatch() function in LocaleMatcher614 const Locale *LocaleMatcher::getBestMatch(Locale::Iterator &desiredLocales, in getBestMatch() function in LocaleMatcher
1139 … public NamePattern getBestMatch(NameObject nameObject, FormatParameters nameFormatParameters) { in getBestMatch() method in PersonNameFormatter.NamePatternData