Searched refs:countryCode (Results 1 – 2 of 2) sorted by relevance
2036 String countryCode = baseLocale.getRegion(); in getDisplayCountry() local2037 if (countryCode.isEmpty()) { in getDisplayCountry()2042 countryCode, false /* strict */); in getDisplayCountry()2044 return countryCode; in getDisplayCountry()2377 String countryCode = baseLocale.getRegion(); in getDisplayName() local2378 if (!countryCode.isEmpty()) { in getDisplayName()2385 buffer.append(displayCountry.isEmpty() ? countryCode : displayCountry); in getDisplayName()
376 public static String getCurrencyCode(String countryCode) { in getCurrencyCode() argument377 CurrencyFilter filter = CurrencyFilter.onRegion(countryCode) in getCurrencyCode()