Home
last modified time | relevance | path

Searched defs:ulocale (Results 1 – 25 of 39) sorted by relevance

12

/external/icu/android_icu4j/src/main/java/android/icu/text/
DPluralFormat.java143 private ULocale ulocale = null; field in PluralFormat
199 public PluralFormat(ULocale ulocale) { in PluralFormat()
233 public PluralFormat(ULocale ulocale, PluralRules rules) { in PluralFormat()
256 public PluralFormat(ULocale ulocale, PluralType type) { in PluralFormat()
296 public PluralFormat(ULocale ulocale, String pattern) { in PluralFormat()
327 public PluralFormat(ULocale ulocale, PluralRules rules, String pattern) { in PluralFormat()
342 public PluralFormat(ULocale ulocale, PluralType type, String pattern) { in PluralFormat()
358 …/*package*/ PluralFormat(ULocale ulocale, PluralType type, String pattern, NumberFormat numberForm… in PluralFormat()
787 public void setLocale(ULocale ulocale) { in setLocale()
DCurrencyPluralInfo.java325 private ULocale ulocale = null; field in CurrencyPluralInfo
DListFormatter.java325 private static ListFormatter load(ULocale ulocale, String style) { in load()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DPluralFormat.java143 private ULocale ulocale = null; field in PluralFormat
201 public PluralFormat(ULocale ulocale) { in PluralFormat()
238 public PluralFormat(ULocale ulocale, PluralRules rules) { in PluralFormat()
263 public PluralFormat(ULocale ulocale, PluralType type) { in PluralFormat()
306 public PluralFormat(ULocale ulocale, String pattern) { in PluralFormat()
339 public PluralFormat(ULocale ulocale, PluralRules rules, String pattern) { in PluralFormat()
355 public PluralFormat(ULocale ulocale, PluralType type, String pattern) { in PluralFormat()
371 …/*package*/ PluralFormat(ULocale ulocale, PluralType type, String pattern, NumberFormat numberForm… in PluralFormat()
805 public void setLocale(ULocale ulocale) { in setLocale()
DCurrencyPluralInfo.java343 private ULocale ulocale = null; field in CurrencyPluralInfo
DListFormatter.java330 private static ListFormatter load(ULocale ulocale, String style) { in load()
/external/cldr/tools/java/org/unicode/cldr/test/
DEmojiSubdivisionNames.java117 ULocale ulocale = new ULocale(locale); in main() local
133 ULocale ulocale = new ULocale(locale); in main() local
DQuickCheck.java356 ULocale ulocale = new ULocale(locale); in showStatus() local
/external/cldr/tools/java/org/unicode/cldr/tool/
DMakeAnnotationHistogram.java28 ULocale ulocale = new ULocale(locale); in main() local
DPluralMinimalPairs.java29 public static PluralMinimalPairs getInstance(String ulocale) { in getInstance()
DGeneratePluralRanges.java120 ULocale ulocale = new ULocale(locale); in getRangeInfo() local
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DPluralRangesTest.java67 ULocale ulocale = new ULocale(test[0]); in TestRangePattern() local
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DPluralRangesTest.java70 ULocale ulocale = new ULocale(test[0]); in TestRangePattern() local
/external/icu/android_icu4j/src/main/java/android/icu/util/
DGenderInfo.java248 private static GenderInfo load(ULocale ulocale) { in load()
DLocaleMatcher.java163 public ULocale canonicalize(ULocale ulocale) { in canonicalize()
223 public ULocale getBestMatch(ULocale ulocale) { in getBestMatch()
415 boolean matches(ULocale ulocale) { in matches()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DGenderInfo.java244 private static GenderInfo load(ULocale ulocale) { in load()
DLocaleMatcher.java166 public ULocale canonicalize(ULocale ulocale) { in canonicalize()
229 public ULocale getBestMatch(ULocale ulocale) { in getBestMatch()
422 boolean matches(ULocale ulocale) { in matches()
/external/cldr/tools/java/com/ibm/icu/util/
DLocaleMatcher.java153 public ULocale canonicalize(ULocale ulocale) { in canonicalize()
215 public ULocale getBestMatch(ULocale ulocale) { in getBestMatch()
403 boolean matches(ULocale ulocale) { in matches()
/external/icu/icu4c/source/test/intltest/
Dwindttst.cpp151 Locale ulocale(localeID); in testLocales() local
Dplurfmts.cpp527 Locale ulocale((const char *)"fr"); in pluralFormatLocaleTest() local
760 Locale ulocale((const char *)locale); in helperTestResults() local
Dwinnmtst.cpp314 Locale ulocale(localeID); in testLocales() local
/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/
DTestBcp47Transforms.java203 ULocale ulocale = new ULocale(source); in getStandard() local
/external/cldr/tools/java/org/unicode/cldr/draft/
DMisc.java214 ULocale ulocale, in getFormatted()
/external/cldr/tools/java/org/unicode/cldr/util/
DDayPeriodConverter.java234 ULocale ulocale = new ULocale(locale); in generateFormat() local
DCLDRLocale.java219 private ULocale ulocale; field in CLDRLocale

12