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

/external/icu/android_icu4j/src/main/java/android/icu/util/
H A DCurrency.java831 private static SoftReference<Set<String>> ALL_CODES_AS_SET; field in class:Currency
849 Set<String> all = (ALL_CODES_AS_SET == null) ? null : ALL_CODES_AS_SET.get();
854 ALL_CODES_AS_SET = new SoftReference<Set<String>>(all);
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
H A DCurrency.java863 private static SoftReference<Set<String>> ALL_CODES_AS_SET; field in class:Currency
881 Set<String> all = (ALL_CODES_AS_SET == null) ? null : ALL_CODES_AS_SET.get();
886 ALL_CODES_AS_SET = new SoftReference<Set<String>>(all);

Completed in 172 milliseconds