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

  /external/chromium_org/third_party/icu/source/common/
serv.cpp 336 , idCache(NULL)
348 , 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 553 Hashtable* idCache;
    [all...]
  /external/icu4c/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/chromium_org/third_party/WebKit/Source/core/html/
HTMLAllCollection.cpp 53 if (Vector<Element*>* cache = idCache(name)) {
HTMLCollection.h 73 Vector<Element*>* idCache(const AtomicString& name) const { return m_idCache.get(name.impl()); }
HTMLCollection.cpp 653 if (Vector<Element*>* cache = idCache(name)) {
674 Vector<Element*>* idResults = idCache(name);
  /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 

Completed in 330 milliseconds