HomeSort by relevance Sort by last modified time
    Searched defs:idref (Results 1 - 7 of 7) sorted by null

  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
ICUService.java 587 SoftReference<Map<String, Factory>> ref = idref;
592 synchronized (this) { // or idref-only lock?
593 if (ref == idref || idref == null) {
594 // no other thread updated idref before we got the lock, so
605 idref = new SoftReference<Map<String, Factory>>(idcache);
611 // another thread updated idref, but gc may have stepped
614 ref = idref;
622 private SoftReference<Map<String, Factory>> idref; field in class:ICUService
    [all...]
  /external/libxml2/
relaxng.c 183 int idref; /* requires idref checking */ member in struct:_xmlRelaxNG
248 int idref; /* requires idref checking */ member in struct:_xmlRelaxNGParserCtxt
361 int idref; /* requires idref checking */ member in struct:_xmlRelaxNGValidCtxt
    [all...]
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/2.6.1/
icu4j-2.6.1.jar 
  /prebuilts/tools/common/m2/repository/net/sourceforge/saxon/saxon/9.1.0.8/
saxon-9.1.0.8.jar 
  /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/54.1.1/
icu4j-54.1.1.jar 

Completed in 524 milliseconds