Home
last modified time | relevance | path

Searched refs:newCache (Results 1 – 3 of 3) sorted by relevance

/external/apache-xml/src/main/java/org/apache/xpath/axes/
DNodeSequence.java552 IteratorCache newCache = new IteratorCache(); in setItem() local
562 newCache.setVector(nv); in setItem()
563 newCache.setCacheComplete(true); in setItem()
564 m_cache = newCache; in setItem()
/external/icu4c/common/
Dusprep.cpp213 UHashtable *newCache = uhash_open(hashEntry, compareEntries, NULL, status); in initCache() local
217 SHARED_DATA_HASHTABLE = newCache; in initCache()
219 newCache = NULL; in initCache()
223 if(newCache != NULL) { in initCache()
224 uhash_close(newCache); in initCache()
Duresbund.c274 UHashtable *newCache = uhash_open(hashEntry, compareEntries, NULL, status); in initCache() local
280 cache = newCache; in initCache()
281 newCache = NULL; in initCache()
285 if(newCache != NULL) { in initCache()
286 uhash_close(newCache); in initCache()