Lines Matching refs:cacheEntry
143 cacheEntry(other.cacheEntry), in RuleBasedCollator()
148 cacheEntry->addRef(); in RuleBasedCollator()
156 cacheEntry(NULL), in RuleBasedCollator()
186 cacheEntry(entry), in RuleBasedCollator()
191 cacheEntry->addRef(); in RuleBasedCollator()
196 SharedObject::clearPtr(cacheEntry); in ~RuleBasedCollator()
205 U_ASSERT(settings == NULL && data == NULL && tailoring == NULL && cacheEntry == NULL); in adoptTailoring()
206 cacheEntry = new CollationCacheEntry(t->actualLocale, t); in adoptTailoring()
207 if(cacheEntry == NULL) { in adoptTailoring()
216 cacheEntry->addRef(); in adoptTailoring()
230 SharedObject::copyPtr(other.cacheEntry, cacheEntry); in operator =()