Home
last modified time | relevance | path

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

/external/icu/icu4c/source/common/
Dserv.cpp344 , dnCache(NULL) in ICUService()
354 , dnCache(NULL) in ICUService()
749 if (dnCache != NULL && dnCache->locale != locale) { in getDisplayNames()
750 delete dnCache; in getDisplayNames()
751 ncthis->dnCache = NULL; in getDisplayNames()
754 if (dnCache == NULL) { in getDisplayNames()
759 ncthis->dnCache = new DNCache(locale); in getDisplayNames()
760 if (dnCache == NULL) { in getDisplayNames()
775 dnCache->cache.put(dname, (void*)id, status); // share pointer with visibleIDMap in getDisplayNames()
780 delete dnCache; in getDisplayNames()
[all …]
Dserv.h558 DNCache* dnCache;
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DICUService.java731 private SortedMap<String, String> dnCache; field in ICUService.LocaleRef
734 LocaleRef(SortedMap<String, String> dnCache, ULocale locale, Comparator<Object> com) { in LocaleRef() argument
737 this.dnCache = dnCache; in LocaleRef()
742 SortedMap<String, String> m = dnCache; in get()
/external/icu/android_icu4j/src/main/java/android/icu/impl/
DICUService.java736 private SortedMap<String, String> dnCache; field in ICUService.LocaleRef
739 LocaleRef(SortedMap<String, String> dnCache, ULocale locale, Comparator<Object> com) { in LocaleRef() argument
742 this.dnCache = dnCache; in LocaleRef()
747 SortedMap<String, String> m = dnCache; in get()
/external/cldr/tools/java/libs/
Dicu4j.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ ...