Home
last modified time | relevance | path

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

/external/cldr/tools/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/android_icu4j/src/main/java/android/icu/util/
DLocaleMatcher.java67 public final class LocaleMatcher { class
537 public LocaleMatcher(LocalePriorityList supportedLocales) { in LocaleMatcher() method in LocaleMatcher
550 public LocaleMatcher(String supportedLocales) { in LocaleMatcher() method in LocaleMatcher
554 private LocaleMatcher(Builder builder) { in LocaleMatcher() method in LocaleMatcher
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DLocaleMatcher.java66 public final class LocaleMatcher { class
561 public LocaleMatcher(LocalePriorityList supportedLocales) { in LocaleMatcher() method in LocaleMatcher
575 public LocaleMatcher(String supportedLocales) { in LocaleMatcher() method in LocaleMatcher
579 private LocaleMatcher(Builder builder) { in LocaleMatcher() method in LocaleMatcher
/external/icu/icu4c/source/common/
Dlocalematcher.cpp325 LocaleMatcher::LocaleMatcher(const Builder &builder, UErrorCode &errorCode) : in LocaleMatcher() function in LocaleMatcher
482 LocaleMatcher::LocaleMatcher(LocaleMatcher &&src) U_NOEXCEPT : in LocaleMatcher() function in LocaleMatcher
/external/cldr/tools/java/org/unicode/cldr/test/
DCheckAttributeValues.java527 public static class LocaleMatcher implements ObjectMatcher<String> { class in CheckAttributeValues
537 private LocaleMatcher(boolean b) { in LocaleMatcher() method in CheckAttributeValues.LocaleMatcher
/external/icu/icu4c/source/common/unicode/
Dlocalematcher.h256 friend class LocaleMatcher; variable
/external/cldr/tools/java/org/unicode/cldr/util/
DAttributeValueValidity.java693 public static class LocaleMatcher extends MatcherPattern { class
704 private LocaleMatcher(String variable) { in LocaleMatcher() method in AttributeValueValidity.LocaleMatcher