HomeSort by relevance Sort by last modified time
    Searched full:idcache (Results 1 - 8 of 8) sorted by null

  /external/icu/icu4c/source/common/
serv.cpp 341 , idCache(NULL)
351 , idCache(NULL)
663 if (idCache == NULL) {
664 ncthis->idCache = new Hashtable(status);
665 if (idCache == NULL) {
670 f->updateVisibleIDs(*idCache, status);
673 delete idCache;
674 ncthis->idCache = NULL;
679 return idCache;
936 delete idCache;
    [all...]
serv.h 551 Hashtable* idCache;
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
ICUService.java 588 Map<String, Factory> idcache = null; local
591 idcache = ref.get();
593 while (idcache == null) {
600 idcache = new HashMap<String, Factory>();
604 f.updateVisibleIDs(idcache);
606 idcache = Collections.unmodifiableMap(idcache);
607 idref = new SoftReference<Map<String, Factory>>(idcache);
614 // in and undone its work, leaving idcache null. If so,
617 idcache = ref.get()
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
ICUService.java 586 Map<String, Factory> idcache = null; local
589 idcache = ref.get();
591 while (idcache == null) {
598 idcache = new HashMap<String, Factory>();
602 f.updateVisibleIDs(idcache);
604 idcache = Collections.unmodifiableMap(idcache);
605 idref = new SoftReference<Map<String, Factory>>(idcache);
612 // in and undone its work, leaving idcache null. If so,
615 idcache = ref.get()
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/53.1/
icu4j-53.1.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar 

Completed in 435 milliseconds