Home
last modified time | relevance | path

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

/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DCurrency.java867 private static SoftReference<Set<String>> ALL_CODES_AS_SET; field in Currency
885 Set<String> all = (ALL_CODES_AS_SET == null) ? null : ALL_CODES_AS_SET.get(); in getAllCurrenciesAsSet()
890 ALL_CODES_AS_SET = new SoftReference<Set<String>>(all); in getAllCurrenciesAsSet()