Home
last modified time | relevance | path

Searched defs:LocaleMatcher (Results 1 – 8 of 8) sorted by relevance

/external/cldr/tools/cldr-code/src/main/java/com/ibm/icu/util/
DLocaleMatcher.java51 public class LocaleMatcher { class
83 public LocaleMatcher(LocalePriorityList languagePriorityList) { in LocaleMatcher() method in LocaleMatcher
94 public LocaleMatcher(String languagePriorityListString) { in LocaleMatcher() method in LocaleMatcher
106 public LocaleMatcher(LocalePriorityList languagePriorityList, LanguageMatcherData matcherData) { in LocaleMatcher() method in LocaleMatcher
118 …public LocaleMatcher(LocalePriorityList languagePriorityList, LanguageMatcherData matcherData, dou… in LocaleMatcher() method in LocaleMatcher
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DLocaleMatcher.java65 public final class LocaleMatcher { class
661 public LocaleMatcher(LocalePriorityList supportedLocales) { in LocaleMatcher() method in LocaleMatcher
675 public LocaleMatcher(String supportedLocales) { in LocaleMatcher() method in LocaleMatcher
679 private LocaleMatcher(Builder builder) { in LocaleMatcher() method in LocaleMatcher
/external/icu/android_icu4j/src/main/java/android/icu/util/
DLocaleMatcher.java66 public final class LocaleMatcher { class
624 public LocaleMatcher(LocalePriorityList supportedLocales) { in LocaleMatcher() method in LocaleMatcher
637 public LocaleMatcher(String supportedLocales) { in LocaleMatcher() method in LocaleMatcher
641 private LocaleMatcher(Builder builder) { in LocaleMatcher() method in LocaleMatcher
/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/test/
DCheckAttributeValues.java534 public static class LocaleMatcher implements Predicate<String> { class in CheckAttributeValues
542 private LocaleMatcher() { in LocaleMatcher() method in CheckAttributeValues.LocaleMatcher
/external/icu/libicu/cts_headers/unicode/
Dlocalematcher.h290 friend class LocaleMatcher; variable
/external/icu/icu4c/source/common/unicode/
Dlocalematcher.h290 friend class LocaleMatcher; variable
/external/icu/icu4c/source/common/
Dlocalematcher.cpp358 LocaleMatcher::LocaleMatcher(const Builder &builder, UErrorCode &errorCode) : in LocaleMatcher() function in LocaleMatcher
504 LocaleMatcher::LocaleMatcher(LocaleMatcher &&src) U_NOEXCEPT : in LocaleMatcher() function in LocaleMatcher
/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/
DAttributeValueValidity.java698 public static class LocaleMatcher extends MatcherPattern { class
708 private LocaleMatcher(String variable) { in LocaleMatcher() method in AttributeValueValidity.LocaleMatcher