Home
last modified time | relevance | path

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

/external/icu/icu4c/source/common/
Drbbi_cache.cpp28 RuleBasedBreakIterator::DictionaryCache::DictionaryCache(RuleBasedBreakIterator *bi, UErrorCode &st… in DictionaryCache() function in RuleBasedBreakIterator::DictionaryCache
34 RuleBasedBreakIterator::DictionaryCache::~DictionaryCache() { in ~DictionaryCache()
39 void RuleBasedBreakIterator::DictionaryCache::reset() { in reset()
48 UBool RuleBasedBreakIterator::DictionaryCache::following(int32_t fromPos, int32_t *result, int32_t … in following()
86 UBool RuleBasedBreakIterator::DictionaryCache::preceding(int32_t fromPos, int32_t *result, int32_t … in preceding()
127 void RuleBasedBreakIterator::DictionaryCache::populateDictionary(int32_t startPos, int32_t endPos, in populateDictionary()
Drbbi_cache.h34 class RuleBasedBreakIterator::DictionaryCache: public UMemory {
36 DictionaryCache(RuleBasedBreakIterator *bi, UErrorCode &status);
37 ~DictionaryCache();
Drbbi.cpp296 fDictionaryCache = new DictionaryCache(this, status); in init()
/external/icu/icu4c/source/common/unicode/
Drbbi.h131 class DictionaryCache; variable
132 DictionaryCache *fDictionaryCache;
/external/icu/android_icu4j/src/main/java/android/icu/text/
DRuleBasedBreakIterator.java141 result.fDictionaryCache = result.new DictionaryCache(fDictionaryCache); in clone()
260 private DictionaryCache fDictionaryCache = new DictionaryCache();
1148 class DictionaryCache { class in RuleBasedBreakIterator
1326 DictionaryCache() { in DictionaryCache() method
1336 DictionaryCache(DictionaryCache src) { in DictionaryCache() method
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DRuleBasedBreakIterator.java143 result.fDictionaryCache = result.new DictionaryCache(fDictionaryCache); in clone()
265 private DictionaryCache fDictionaryCache = new DictionaryCache();
1169 class DictionaryCache { class in RuleBasedBreakIterator
1347 DictionaryCache() { in DictionaryCache() method
1357 DictionaryCache(DictionaryCache src) { in DictionaryCache() method