Home
last modified time | relevance | path

Searched refs:fDictionaryCache (Results 1 – 6 of 6) sorted by relevance

/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DRuleBasedBreakIterator.java143 result.fDictionaryCache = result.new DictionaryCache(fDictionaryCache); in clone()
269 private DictionaryCache fDictionaryCache = new DictionaryCache(); field in RuleBasedBreakIterator
661 fDictionaryCache.reset(); in setText()
1522 if (fDictionaryCache.following(fromPosition)) { in populateFollowing()
1523 … addFollowing(fDictionaryCache.fBoundary, fDictionaryCache.fStatusIndex, UpdateCachePosition); in populateFollowing()
1537fDictionaryCache.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 …]
/external/icu/android_icu4j/src/main/java/android/icu/text/
DRuleBasedBreakIterator.java141 result.fDictionaryCache = result.new DictionaryCache(fDictionaryCache); in clone()
264 private DictionaryCache fDictionaryCache = new DictionaryCache(); field in RuleBasedBreakIterator
640 fDictionaryCache.reset(); in setText()
1501 if (fDictionaryCache.following(fromPosition)) { in populateFollowing()
1502 … addFollowing(fDictionaryCache.fBoundary, fDictionaryCache.fStatusIndex, UpdateCachePosition); in populateFollowing()
1516fDictionaryCache.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 …]
/external/icu/icu4c/source/common/
Drbbi.cpp206 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()
Drbbi_cache.cpp434 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()
/external/icu/icu4c/source/common/unicode/
Drbbi.h95 DictionaryCache *fDictionaryCache; variable
/external/cldr/tools/java/libs/
Dicu4j.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ ...