Searched refs:DictionaryCache (Results 1 – 6 of 6) sorted by relevance
28 RuleBasedBreakIterator::DictionaryCache::DictionaryCache(RuleBasedBreakIterator *bi, UErrorCode &st… in DictionaryCache() function in RuleBasedBreakIterator::DictionaryCache33 RuleBasedBreakIterator::DictionaryCache::~DictionaryCache() { in ~DictionaryCache()36 void RuleBasedBreakIterator::DictionaryCache::reset() { in reset()45 UBool RuleBasedBreakIterator::DictionaryCache::following(int32_t fromPos, int32_t *result, int32_t … in following()83 UBool RuleBasedBreakIterator::DictionaryCache::preceding(int32_t fromPos, int32_t *result, int32_t … in preceding()124 void RuleBasedBreakIterator::DictionaryCache::populateDictionary(int32_t startPos, int32_t endPos, in populateDictionary()
34 class RuleBasedBreakIterator::DictionaryCache: public UMemory {36 DictionaryCache(RuleBasedBreakIterator *bi, UErrorCode &status);37 ~DictionaryCache();
303 fDictionaryCache = new DictionaryCache(this, status); in init()
94 class DictionaryCache; variable95 DictionaryCache *fDictionaryCache;
141 result.fDictionaryCache = result.new DictionaryCache(fDictionaryCache); in clone()264 private DictionaryCache fDictionaryCache = new DictionaryCache();1071 class DictionaryCache {1249 DictionaryCache() { in DictionaryCache() method1259 DictionaryCache(DictionaryCache src) { in DictionaryCache() method
143 result.fDictionaryCache = result.new DictionaryCache(fDictionaryCache); in clone()269 private DictionaryCache fDictionaryCache = new DictionaryCache();1092 class DictionaryCache {1270 DictionaryCache() { in DictionaryCache() method1280 DictionaryCache(DictionaryCache src) { in DictionaryCache() method