Searched refs:countryLocale (Results 1 – 1 of 1) sorted by relevance
665 final ULocale countryLocale; in getCurrencyCode() local667 countryLocale = new ULocale.Builder().setRegion(countryCode).build(); in getCurrencyCode()671 String[] isoCodes = Currency.getAvailableCurrencyCodes(countryLocale, new Date()); in getCurrencyCode()