Lines Matching refs:cacheEntry
145 cacheEntry(other.cacheEntry), in RuleBasedCollator()
150 cacheEntry->addRef(); in RuleBasedCollator()
158 cacheEntry(NULL), in RuleBasedCollator()
188 cacheEntry(entry), in RuleBasedCollator()
193 cacheEntry->addRef(); in RuleBasedCollator()
198 SharedObject::clearPtr(cacheEntry); in ~RuleBasedCollator()
207 U_ASSERT(settings == NULL && data == NULL && tailoring == NULL && cacheEntry == NULL); in adoptTailoring()
208 cacheEntry = new CollationCacheEntry(t->actualLocale, t); in adoptTailoring()
209 if(cacheEntry == NULL) { in adoptTailoring()
218 cacheEntry->addRef(); in adoptTailoring()
232 SharedObject::copyPtr(other.cacheEntry, cacheEntry); in operator =()