HomeSort by relevance Sort by last modified time
    Searched refs:forLocale (Results 51 - 75 of 166) sorted by null

1 23 4 5 6 7

  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
Currency.java 152 return getInstance(ULocale.forLocale(locale));
205 return getAvailableCurrencyCodes(ULocale.forLocale(loc), d);
483 return getSymbol(ULocale.forLocale(loc));
507 return getName(ULocale.forLocale(locale), nameStyle, isChoiceFormat);
555 return getName(ULocale.forLocale(locale), nameStyle, pluralCount, isChoiceFormat);
    [all...]
EthiopicCalendar.java 201 this(zone, ULocale.forLocale(aLocale));
GenderInfo.java 77 return getInstance(ULocale.forLocale(locale));
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/serializable/
FormatTests.java 1065 ULocale uloc = ULocale.forLocale(Locale.US);
1110 ULocale uloc = ULocale.forLocale(locales[i]);
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/
FormatTests.java 1064 ULocale uloc = ULocale.forLocale(Locale.US);
1109 ULocale uloc = ULocale.forLocale(locales[i]);
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/text/
TimeUnitFormat.java 180 this(ULocale.forLocale(locale), style);
210 return setLocale(ULocale.forLocale(locale));
358 pluralRules = PluralRules.forLocale(locale);
BreakIteratorFactory.java 154 ULocale uloc = ULocale.forLocale(rb.getLocale());
CompactDecimalFormat.java 100 return new CompactDecimalFormat(ULocale.forLocale(locale), style);
112 this.pluralRules = PluralRules.forLocale(locale);
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
TimeUnitFormat.java 178 this(ULocale.forLocale(locale), style);
208 return setLocale(ULocale.forLocale(locale));
356 pluralRules = PluralRules.forLocale(locale);
BreakIteratorFactory.java 153 ULocale uloc = ULocale.forLocale(rb.getLocale());
CompactDecimalFormat.java 105 return new CompactDecimalFormat(ULocale.forLocale(locale), style);
117 this.pluralRules = PluralRules.forLocale(locale);
  /external/icu/android_icu4j/src/main/java/android/icu/util/
EthiopicCalendar.java 184 this(zone, ULocale.forLocale(aLocale));
GenderInfo.java 79 return getInstance(ULocale.forLocale(locale));
ChineseCalendar.java 278 this(TimeZone.getDefault(), ULocale.forLocale(aLocale), CHINESE_EPOCH_YEAR, CHINA_ZONE);
298 this(zone, ULocale.forLocale(aLocale), CHINESE_EPOCH_YEAR, CHINA_ZONE);
    [all...]
  /external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/text/
BreakIterator.java 712 ulocales[i] = ULocale.forLocale(locales[i]);
    [all...]
Collator.java 425 // return createCollator(ULocale.forLocale(loc));
437 // return getDisplayName(ULocale.forLocale(objectLocale), ULocale.forLocale(displayLocale));
570 ulocales[i] = ULocale.forLocale(locales[i]);
    [all...]
DateFormatSymbols.java 245 ulocales[i] = ULocale.forLocale(locales[i]);
    [all...]
  /external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/util/
TimeZone.java 432 return getDisplayName(daylight, style, ULocale.forLocale(locale));
    [all...]
ULocale.java 394 this.localeID = getName(forLocale(loc).toString());
404 public static ULocale forLocale(Locale loc) {
527 private static ULocale defaultULocale = forLocale(defaultLocale);
536 defaultCategoryULocales[idx] = forLocale(defaultCategoryLocales[idx]);
561 defaultULocale = forLocale(currentDefault);
570 defaultCategoryULocales[idx] = forLocale(currentDefault);
625 defaultCategoryULocales[idx] = forLocale(currentCategoryDefault);
643 defaultULocale = forLocale(currentDefault);
648 defaultCategoryULocales[tmpIdx] = forLocale(currentDefault);
732 availableLocales[i] = ULocale.forLocale(locales[i])
    [all...]
Calendar.java     [all...]
  /external/icu/icu4j/main/tests/localespi/src/com/ibm/icu/dev/test/localespi/
CollatorTest.java 140 ULocale uloc = ULocale.forLocale(loc);
  /external/messageformat/java/com/ibm/icu/simple/
PluralRulesLoader.java 164 public PluralRules forLocale(Locale locale, PluralRules.PluralType type) {
PluralRules.java 214 public abstract PluralRules forLocale(Locale locale, PluralType type);
224 public final PluralRules forLocale(Locale locale) {
225 return forLocale(locale, PluralType.CARDINAL);
238 * Returns the 'functionally equivalent' locale with respect to plural rules. Calling PluralRules.forLocale with
    [all...]
  /libcore/luni/src/main/java/libcore/icu/
TimeZoneNames.java 145 public static String[] forLocale(Locale locale) {
RelativeDateTimeFormatter.java 107 ULocale icuLocale = ULocale.forLocale(locale);
269 ULocale icuLocale = ULocale.forLocale(locale);

Completed in 359 milliseconds

1 23 4 5 6 7