Searched refs:DictionaryCache (Results 1 – 6 of 6) sorted by relevance
28 RuleBasedBreakIterator::DictionaryCache::DictionaryCache(RuleBasedBreakIterator *bi, UErrorCode &st… in DictionaryCache() function in RuleBasedBreakIterator::DictionaryCache34 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()
34 class RuleBasedBreakIterator::DictionaryCache: public UMemory {36 DictionaryCache(RuleBasedBreakIterator *bi, UErrorCode &status);37 ~DictionaryCache();
296 fDictionaryCache = new DictionaryCache(this, status); in init()
131 class DictionaryCache; variable132 DictionaryCache *fDictionaryCache;
141 result.fDictionaryCache = result.new DictionaryCache(fDictionaryCache); in clone()260 private DictionaryCache fDictionaryCache = new DictionaryCache();1148 class DictionaryCache { class in RuleBasedBreakIterator1326 DictionaryCache() { in DictionaryCache() method1336 DictionaryCache(DictionaryCache src) { in DictionaryCache() method
143 result.fDictionaryCache = result.new DictionaryCache(fDictionaryCache); in clone()265 private DictionaryCache fDictionaryCache = new DictionaryCache();1169 class DictionaryCache { class in RuleBasedBreakIterator1347 DictionaryCache() { in DictionaryCache() method1357 DictionaryCache(DictionaryCache src) { in DictionaryCache() method