Searched defs:getDisplayNameWithDialectInternal (Results 1 - 3 of 3) sorted by relevance

/external/icu/android_icu4j/src/main/java/android/icu/util/
H A DULocale.java1750 return getDisplayNameWithDialectInternal(this, getDefault(Category.DISPLAY));
1760 return getDisplayNameWithDialectInternal(this, displayLocale);
1772 return getDisplayNameWithDialectInternal(new ULocale(localeID),
1785 return getDisplayNameWithDialectInternal(new ULocale(localeID), displayLocale);
1788 private static String getDisplayNameWithDialectInternal(ULocale locale, ULocale displayLocale) { method in class:ULocale
/external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/util/
H A DULocale.java1622 return getDisplayNameWithDialectInternal(this, getDefault(Category.DISPLAY));
1633 return getDisplayNameWithDialectInternal(this, displayLocale);
1646 return getDisplayNameWithDialectInternal(new ULocale(localeID),
1660 return getDisplayNameWithDialectInternal(new ULocale(localeID), displayLocale);
1663 private static String getDisplayNameWithDialectInternal(ULocale locale, ULocale displayLocale) { method in class:ULocale
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
H A DULocale.java1861 return getDisplayNameWithDialectInternal(this, getDefault(Category.DISPLAY));
1872 return getDisplayNameWithDialectInternal(this, displayLocale);
1885 return getDisplayNameWithDialectInternal(new ULocale(localeID),
1899 return getDisplayNameWithDialectInternal(new ULocale(localeID), displayLocale);
1902 private static String getDisplayNameWithDialectInternal(ULocale locale, ULocale displayLocale) { method in class:ULocale

Completed in 80 milliseconds