Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/util/
DCurrency.java277 android.icu.util.Currency icuInstance = in getInstance() local
279 if (icuInstance == null) { in getInstance()
320 Currency currencyVal = new Currency(icuInstance); in getInstance()
407 android.icu.util.Currency icuInstance = in getInstance() local
422 if (currencyCode == null || icuInstance == null || in getInstance()
423 icuInstance.getCurrencyCode().equals("XXX")) { // XXX is not a real currency. in getInstance()