Home
last modified time | relevance | path

Searched refs:countryCode (Results 1 – 2 of 2) sorted by relevance

/libcore/ojluni/src/main/java/java/util/
DLocale.java2036 String countryCode = baseLocale.getRegion(); in getDisplayCountry() local
2037 if (countryCode.isEmpty()) { in getDisplayCountry()
2042 countryCode, false /* strict */); in getDisplayCountry()
2044 return countryCode; in getDisplayCountry()
2377 String countryCode = baseLocale.getRegion(); in getDisplayName() local
2378 if (!countryCode.isEmpty()) { in getDisplayName()
2385 buffer.append(displayCountry.isEmpty() ? countryCode : displayCountry); in getDisplayName()
/libcore/luni/src/main/java/libcore/icu/
DICU.java376 public static String getCurrencyCode(String countryCode) { in getCurrencyCode() argument
377 CurrencyFilter filter = CurrencyFilter.onRegion(countryCode) in getCurrencyCode()