Home
last modified time | relevance | path

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

/libcore/luni/src/main/java/libcore/icu/
DICU.java665 final ULocale countryLocale; in getCurrencyCode() local
667 countryLocale = new ULocale.Builder().setRegion(countryCode).build(); in getCurrencyCode()
671 String[] isoCodes = Currency.getAvailableCurrencyCodes(countryLocale, new Date()); in getCurrencyCode()