Searched refs:getDisplayCountryInternal (Results 1 – 3 of 3) sorted by relevance
/external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/util/ |
D | ULocale.java | 1372 return getDisplayCountryInternal(this, getDefault(Category.DISPLAY)); in getDisplayCountry() 1382 return getDisplayCountryInternal(this, displayLocale); in getDisplayCountry() 1394 return getDisplayCountryInternal(new ULocale(localeID), new ULocale(displayLocaleID)); in getDisplayCountry() 1406 return getDisplayCountryInternal(new ULocale(localeID), displayLocale); in getDisplayCountry() 1410 private static String getDisplayCountryInternal(ULocale locale, ULocale displayLocale) { in getDisplayCountryInternal() method in ULocale
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
D | ULocale.java | 1668 return getDisplayCountryInternal(this, getDefault(Category.DISPLAY)); in getDisplayCountry() 1680 return getDisplayCountryInternal(this, displayLocale); in getDisplayCountry() 1694 return getDisplayCountryInternal(new ULocale(localeID), new ULocale(displayLocaleID)); in getDisplayCountry() 1708 return getDisplayCountryInternal(new ULocale(localeID), displayLocale); in getDisplayCountry() 1712 private static String getDisplayCountryInternal(ULocale locale, ULocale displayLocale) { in getDisplayCountryInternal() method in ULocale
|
/external/icu/android_icu4j/src/main/java/android/icu/util/ |
D | ULocale.java | 1563 return getDisplayCountryInternal(this, getDefault(Category.DISPLAY)); in getDisplayCountry() 1574 return getDisplayCountryInternal(this, displayLocale); in getDisplayCountry() 1587 return getDisplayCountryInternal(new ULocale(localeID), new ULocale(displayLocaleID)); in getDisplayCountry() 1600 return getDisplayCountryInternal(new ULocale(localeID), displayLocale); in getDisplayCountry() 1604 private static String getDisplayCountryInternal(ULocale locale, ULocale displayLocale) { in getDisplayCountryInternal() method in ULocale
|