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.cpp210 UHashtable *newCache = uhash_open(hashEntry, compareEntries, NULL, status); in initCache() local
214 SHARED_DATA_HASHTABLE = newCache; in initCache()
216 newCache = NULL; in initCache()
220 if(newCache != NULL) { in initCache()
221 uhash_close(newCache); in initCache()
Duresbund.cpp271 UHashtable *newCache = uhash_open(hashEntry, compareEntries, NULL, status); in initCache() local
277 cache = newCache; in initCache()
278 newCache = NULL; in initCache()
282 if(newCache != NULL) { in initCache()
283 uhash_close(newCache); in initCache()