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/
H A DCurrency.java867 private static SoftReference<Set<String>> ALL_CODES_AS_SET; field in class:Currency
885 Set<String> all = (ALL_CODES_AS_SET == null) ? null : ALL_CODES_AS_SET.get();
890 ALL_CODES_AS_SET = new SoftReference<Set<String>>(all);

Completed in 314 milliseconds