Home
last modified time | relevance | path

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

/third_party/node/deps/icu-small/source/common/
Drbbi_cache.h34 class RuleBasedBreakIterator::DictionaryCache: public UMemory {
36 DictionaryCache(RuleBasedBreakIterator *bi, UErrorCode &status);
37 ~DictionaryCache();
Drbbi_cache.cpp28 RuleBasedBreakIterator::DictionaryCache::DictionaryCache(RuleBasedBreakIterator *bi, UErrorCode &st… in DictionaryCache() function in RuleBasedBreakIterator::DictionaryCache
33 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()
81 UBool RuleBasedBreakIterator::DictionaryCache::preceding(int32_t fromPos, int32_t *result, int32_t … in preceding()
120 void RuleBasedBreakIterator::DictionaryCache::populateDictionary(int32_t startPos, int32_t endPos, in populateDictionary()
Drbbi.cpp336 fDictionaryCache = new DictionaryCache(this, status); in init()
/third_party/skia/third_party/externals/icu/source/common/
Drbbi_cache.h34 class RuleBasedBreakIterator::DictionaryCache: public UMemory {
36 DictionaryCache(RuleBasedBreakIterator *bi, UErrorCode &status);
37 ~DictionaryCache();
Drbbi_cache.cpp28 RuleBasedBreakIterator::DictionaryCache::DictionaryCache(RuleBasedBreakIterator *bi, UErrorCode &st… in DictionaryCache() function in RuleBasedBreakIterator::DictionaryCache
33 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()
81 UBool RuleBasedBreakIterator::DictionaryCache::preceding(int32_t fromPos, int32_t *result, int32_t … in preceding()
120 void RuleBasedBreakIterator::DictionaryCache::populateDictionary(int32_t startPos, int32_t endPos, in populateDictionary()
Drbbi.cpp336 fDictionaryCache = new DictionaryCache(this, status); in init()
/third_party/icu/icu4c/source/common/
Drbbi_cache.h34 class RuleBasedBreakIterator::DictionaryCache: public UMemory {
36 DictionaryCache(RuleBasedBreakIterator *bi, UErrorCode &status);
37 ~DictionaryCache();
Drbbi_cache.cpp28 RuleBasedBreakIterator::DictionaryCache::DictionaryCache(RuleBasedBreakIterator *bi, UErrorCode &st… in DictionaryCache() function in RuleBasedBreakIterator::DictionaryCache
33 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()
81 UBool RuleBasedBreakIterator::DictionaryCache::preceding(int32_t fromPos, int32_t *result, int32_t … in preceding()
120 void RuleBasedBreakIterator::DictionaryCache::populateDictionary(int32_t startPos, int32_t endPos, in populateDictionary()
Drbbi.cpp336 fDictionaryCache = new DictionaryCache(this, status); in init()
/third_party/flutter/skia/third_party/externals/icu/source/common/
Drbbi_cache.h34 class RuleBasedBreakIterator::DictionaryCache: public UMemory {
36 DictionaryCache(RuleBasedBreakIterator *bi, UErrorCode &status);
37 ~DictionaryCache();
Drbbi_cache.cpp28 RuleBasedBreakIterator::DictionaryCache::DictionaryCache(RuleBasedBreakIterator *bi, UErrorCode &st… in DictionaryCache() function in RuleBasedBreakIterator::DictionaryCache
33 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()
Drbbi.cpp303 fDictionaryCache = new DictionaryCache(this, status); in init()
/third_party/flutter/skia/third_party/externals/icu/source/common/unicode/
Drbbi.h94 class DictionaryCache; variable
95 DictionaryCache *fDictionaryCache;
/third_party/skia/third_party/externals/icu/source/common/unicode/
Drbbi.h98 class DictionaryCache; variable
99 DictionaryCache *fDictionaryCache;
/third_party/icu/icu4c/source/common/unicode/
Drbbi.h98 class DictionaryCache; variable
99 DictionaryCache *fDictionaryCache;
/third_party/node/deps/icu-small/source/common/unicode/
Drbbi.h98 class DictionaryCache; variable
99 DictionaryCache *fDictionaryCache;
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DRuleBasedBreakIterator.java146 result.fDictionaryCache = result.new DictionaryCache(fDictionaryCache); in clone()
277 private DictionaryCache fDictionaryCache = new DictionaryCache();
1049 class DictionaryCache {
1228 DictionaryCache() { in DictionaryCache() method
1238 DictionaryCache(DictionaryCache src) { in DictionaryCache() method
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
DRuleBasedBreakIterator.java141 result.fDictionaryCache = result.new DictionaryCache(fDictionaryCache); in clone()
264 private DictionaryCache fDictionaryCache = new DictionaryCache();
1076 class DictionaryCache {
1254 DictionaryCache() { in DictionaryCache() method
1264 DictionaryCache(DictionaryCache src) { in DictionaryCache() method