Searched refs:fDictionaryCache (Results 1 – 6 of 6) sorted by relevance
143 result.fDictionaryCache = result.new DictionaryCache(fDictionaryCache); in clone()269 private DictionaryCache fDictionaryCache = new DictionaryCache(); field in RuleBasedBreakIterator661 fDictionaryCache.reset(); in setText()1522 if (fDictionaryCache.following(fromPosition)) { in populateFollowing()1523 … addFollowing(fDictionaryCache.fBoundary, fDictionaryCache.fStatusIndex, UpdateCachePosition); in populateFollowing()1537 … fDictionaryCache.populateDictionary(fromPosition, pos, fromRuleStatusIdx, ruleStatusIdx); in populateFollowing()1538 if (fDictionaryCache.following(fromPosition)) { in populateFollowing()1539 … addFollowing(fDictionaryCache.fBoundary, fDictionaryCache.fStatusIndex, UpdateCachePosition); in populateFollowing()1580 if (fDictionaryCache.preceding(fromPosition)) { in populatePreceding()1581 … addPreceding(fDictionaryCache.fBoundary, fDictionaryCache.fStatusIndex, UpdateCachePosition); in populatePreceding()[all …]
141 result.fDictionaryCache = result.new DictionaryCache(fDictionaryCache); in clone()264 private DictionaryCache fDictionaryCache = new DictionaryCache(); field in RuleBasedBreakIterator640 fDictionaryCache.reset(); in setText()1501 if (fDictionaryCache.following(fromPosition)) { in populateFollowing()1502 … addFollowing(fDictionaryCache.fBoundary, fDictionaryCache.fStatusIndex, UpdateCachePosition); in populateFollowing()1516 … fDictionaryCache.populateDictionary(fromPosition, pos, fromRuleStatusIdx, ruleStatusIdx); in populateFollowing()1517 if (fDictionaryCache.following(fromPosition)) { in populateFollowing()1518 … addFollowing(fDictionaryCache.fBoundary, fDictionaryCache.fStatusIndex, UpdateCachePosition); in populateFollowing()1559 if (fDictionaryCache.preceding(fromPosition)) { in populatePreceding()1560 … addPreceding(fDictionaryCache.fBoundary, fDictionaryCache.fStatusIndex, UpdateCachePosition); in populatePreceding()[all …]
206 delete fDictionaryCache; in ~RuleBasedBreakIterator()207 fDictionaryCache = NULL; in ~RuleBasedBreakIterator()268 fDictionaryCache->reset(); in operator =()291 fDictionaryCache = NULL; in init()303 fDictionaryCache = new DictionaryCache(this, status); in init()305 if (U_SUCCESS(status) && (fDictionaryCache == NULL || fBreakCache == NULL)) { in init()394 fDictionaryCache->reset(); in setText()449 fDictionaryCache->reset(); in adoptText()469 fDictionaryCache->reset(); in setText()
434 if (fBI->fDictionaryCache->following(fromPosition, &pos, &ruleStatusIdx)) { in populateFollowing()449 … fBI->fDictionaryCache->populateDictionary(fromPosition, pos, fromRuleStatusIdx, ruleStatusIdx); in populateFollowing()450 if (fBI->fDictionaryCache->following(fromPosition, &pos, &ruleStatusIdx)) { in populateFollowing()492 if (fBI->fDictionaryCache->preceding(fromPosition, &position, &positionStatusIdx)) { in populatePreceding()553 …fBI->fDictionaryCache->populateDictionary(prevPosition, dictSegEndPosition, prevStatusIdx, positio… in populatePreceding()554 while (fBI->fDictionaryCache->following(prevPosition, &position, &positionStatusIdx)) { in populatePreceding()
95 DictionaryCache *fDictionaryCache; variable
META-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ ...