/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/ |
D | XLocaleMatcherTest.java | 24 import android.icu.impl.locale.XLocaleMatcher; 46 private XLocaleMatcher newXLocaleMatcher() { in newXLocaleMatcher() 47 return new XLocaleMatcher(""); in newXLocaleMatcher() 50 private XLocaleMatcher newXLocaleMatcher(LocalePriorityList build) { in newXLocaleMatcher() 51 return new XLocaleMatcher(build); in newXLocaleMatcher() 54 private XLocaleMatcher newXLocaleMatcher(String string) { in newXLocaleMatcher() 55 return new XLocaleMatcher(LocalePriorityList.add(string).build()); in newXLocaleMatcher() 59 private XLocaleMatcher newXLocaleMatcher(LocalePriorityList string, int d) { in newXLocaleMatcher() 60 return XLocaleMatcher.builder().setSupportedLocales(string).setThresholdDistance(d).build(); in newXLocaleMatcher() 63 …private XLocaleMatcher newXLocaleMatcher(LocalePriorityList string, int d, DistanceOption distance… in newXLocaleMatcher() [all …]
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/ |
D | XLocaleMatcherTest.java | 23 import com.ibm.icu.impl.locale.XLocaleMatcher; 43 private XLocaleMatcher newXLocaleMatcher() { in newXLocaleMatcher() 44 return new XLocaleMatcher(""); in newXLocaleMatcher() 47 private XLocaleMatcher newXLocaleMatcher(LocalePriorityList build) { in newXLocaleMatcher() 48 return new XLocaleMatcher(build); in newXLocaleMatcher() 51 private XLocaleMatcher newXLocaleMatcher(String string) { in newXLocaleMatcher() 52 return new XLocaleMatcher(LocalePriorityList.add(string).build()); in newXLocaleMatcher() 56 private XLocaleMatcher newXLocaleMatcher(LocalePriorityList string, int d) { in newXLocaleMatcher() 57 return XLocaleMatcher.builder().setSupportedLocales(string).setThresholdDistance(d).build(); in newXLocaleMatcher() 60 …private XLocaleMatcher newXLocaleMatcher(LocalePriorityList string, int d, DistanceOption distance… in newXLocaleMatcher() [all …]
|
/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/ |
D | XLocaleMatcherTest.java | 12 import org.unicode.cldr.draft.XLocaleMatcher; 35 private XLocaleMatcher newXLocaleMatcher() { in newXLocaleMatcher() 36 return new XLocaleMatcher(""); in newXLocaleMatcher() 39 private XLocaleMatcher newXLocaleMatcher(LocalePriorityList build) { in newXLocaleMatcher() 40 return new XLocaleMatcher(build); in newXLocaleMatcher() 43 private XLocaleMatcher newXLocaleMatcher(String string) { in newXLocaleMatcher() 44 return new XLocaleMatcher(LocalePriorityList.add(string).build()); in newXLocaleMatcher() 47 private XLocaleMatcher newXLocaleMatcher(LocalePriorityList string, int d) { in newXLocaleMatcher() 48 return XLocaleMatcher.builder().setSupportedLocales(string).setThresholdDistance(d).build(); in newXLocaleMatcher() 51 …private XLocaleMatcher newXLocaleMatcher(LocalePriorityList string, int d, DistanceOption distance… in newXLocaleMatcher() [all …]
|
/external/cldr/tools/java/org/unicode/cldr/draft/ |
D | XLocaleMatcher.java | 25 public class XLocaleMatcher { class 117 public XLocaleMatcher build() { in build() 118 return new XLocaleMatcher(this); in build() 131 public XLocaleMatcher(String supportedLocales) { in XLocaleMatcher() method in XLocaleMatcher 136 public XLocaleMatcher(LocalePriorityList supportedLocales) { in XLocaleMatcher() method in XLocaleMatcher 141 public XLocaleMatcher(Set<ULocale> supportedLocales) { in XLocaleMatcher() method in XLocaleMatcher 153 private XLocaleMatcher(Builder builder) { in XLocaleMatcher() method in XLocaleMatcher
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/locale/ |
D | XLocaleMatcher.java | 26 public class XLocaleMatcher { class 119 public XLocaleMatcher build() { in build() 120 return new XLocaleMatcher(this); in build() 149 public XLocaleMatcher(String supportedLocales) { in XLocaleMatcher() method in XLocaleMatcher 153 public XLocaleMatcher(LocalePriorityList supportedLocales) { in XLocaleMatcher() method in XLocaleMatcher 157 public XLocaleMatcher(Set<ULocale> supportedLocales) { in XLocaleMatcher() method in XLocaleMatcher 169 private XLocaleMatcher(Builder builder) { in XLocaleMatcher() method in XLocaleMatcher
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/locale/ |
D | XLocaleMatcher.java | 28 public class XLocaleMatcher { class 124 public XLocaleMatcher build() { in build() 125 return new XLocaleMatcher(this); in build() 154 public XLocaleMatcher(String supportedLocales) { in XLocaleMatcher() method in XLocaleMatcher 158 public XLocaleMatcher(LocalePriorityList supportedLocales) { in XLocaleMatcher() method in XLocaleMatcher 162 public XLocaleMatcher(Set<ULocale> supportedLocales) { in XLocaleMatcher() method in XLocaleMatcher 174 private XLocaleMatcher(Builder builder) { in XLocaleMatcher() method in XLocaleMatcher
|
/external/icu/android_icu4j/src/main/java/android/icu/util/ |
D | LocaleMatcher.java | 30 import android.icu.impl.locale.XLocaleMatcher; 31 import android.icu.impl.locale.XLocaleMatcher.Builder; 857 transient XLocaleMatcher xLocaleMatcher = null; 876 private synchronized XLocaleMatcher getLocaleMatcher() { in getLocaleMatcher() 878 Builder builder = XLocaleMatcher.builder(); in getLocaleMatcher()
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
D | LocaleMatcher.java | 29 import com.ibm.icu.impl.locale.XLocaleMatcher; 30 import com.ibm.icu.impl.locale.XLocaleMatcher.Builder; 863 transient XLocaleMatcher xLocaleMatcher = null; 882 private synchronized XLocaleMatcher getLocaleMatcher() { in getLocaleMatcher() 884 Builder builder = XLocaleMatcher.builder(); in getLocaleMatcher()
|
/external/icu/icu4j/ |
D | coverage-exclusion.txt | 358 com/ibm/icu/impl/locale/XLocaleMatcher#<init>:(Ljava/util/Set;)V 359 com/ibm/icu/impl/locale/XLocaleMatcher#canonicalize:(Lcom/ibm/icu/util/ULocale;)Lcom/ibm/icu/util/U… 360 com/ibm/icu/impl/locale/XLocaleMatcher#distance:(Ljava/lang/String;Ljava/lang/String;)I 361 com/ibm/icu/impl/locale/XLocaleMatcher#getBestMatch:(Ljava/util/Set;)Lcom/ibm/icu/util/ULocale; 362 com/ibm/icu/impl/locale/XLocaleMatcher#getBestMatch:([Lcom/ibm/icu/util/ULocale;)Lcom/ibm/icu/util/… 363 com/ibm/icu/impl/locale/XLocaleMatcher#getThresholdDistance:()I 364 com/ibm/icu/impl/locale/XLocaleMatcher#match:(Lcom/ibm/icu/util/ULocale;Lcom/ibm/icu/util/ULocale;)D 365 com/ibm/icu/impl/locale/XLocaleMatcher#match:(Lcom/ibm/icu/util/ULocale;Lcom/ibm/icu/util/ULocale;L… 366 com/ibm/icu/impl/locale/XLocaleMatcher#toString:()Ljava/lang/String; 367 com/ibm/icu/impl/locale/XLocaleMatcher$Builder#setDemotionPerAdditionalDesiredLocale:(I)Lcom/ibm/ic… [all …]
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/data/ |
D | localeMatcherTest.txt | 4 # Data-driven test for the XLocaleMatcher. 225 # counterintuitive results that getBestMatch("und", XLocaleMatcher("it,en")) would be "en", and 226 # getBestMatch("en", XLocaleMatcher("it,und")) would be "und".
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/data/ |
D | localeMatcherTest.txt | 4 # Data-driven test for the XLocaleMatcher. 225 # counterintuitive results that getBestMatch("und", XLocaleMatcher("it,en")) would be "en", and 226 # getBestMatch("en", XLocaleMatcher("it,und")) would be "und".
|
/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/data/ |
D | localeMatcherTest.txt | 1 # Data-driven test for the XLocaleMatcher. 221 # counterintuitive results that getBestMatch("und", XLocaleMatcher("it,en")) would be "en", and 222 # getBestMatch("en", XLocaleMatcher("it,und")) would be "und".
|
/external/cldr/tools/java/libs/ |
D | icu4j.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/ibm/
com/ ... |