/third_party/node/deps/icu-small/source/common/ |
D | rbbi_cache.h | 34 class RuleBasedBreakIterator::DictionaryCache: public UMemory { 36 DictionaryCache(RuleBasedBreakIterator *bi, UErrorCode &status); 37 ~DictionaryCache();
|
D | rbbi_cache.cpp | 28 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()
|
D | rbbi.cpp | 336 fDictionaryCache = new DictionaryCache(this, status); in init()
|
/third_party/skia/third_party/externals/icu/source/common/ |
D | rbbi_cache.h | 34 class RuleBasedBreakIterator::DictionaryCache: public UMemory { 36 DictionaryCache(RuleBasedBreakIterator *bi, UErrorCode &status); 37 ~DictionaryCache();
|
D | rbbi_cache.cpp | 28 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()
|
D | rbbi.cpp | 336 fDictionaryCache = new DictionaryCache(this, status); in init()
|
/third_party/icu/icu4c/source/common/ |
D | rbbi_cache.h | 34 class RuleBasedBreakIterator::DictionaryCache: public UMemory { 36 DictionaryCache(RuleBasedBreakIterator *bi, UErrorCode &status); 37 ~DictionaryCache();
|
D | rbbi_cache.cpp | 28 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()
|
D | rbbi.cpp | 336 fDictionaryCache = new DictionaryCache(this, status); in init()
|
/third_party/flutter/skia/third_party/externals/icu/source/common/ |
D | rbbi_cache.h | 34 class RuleBasedBreakIterator::DictionaryCache: public UMemory { 36 DictionaryCache(RuleBasedBreakIterator *bi, UErrorCode &status); 37 ~DictionaryCache();
|
D | rbbi_cache.cpp | 28 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()
|
D | rbbi.cpp | 303 fDictionaryCache = new DictionaryCache(this, status); in init()
|
/third_party/flutter/skia/third_party/externals/icu/source/common/unicode/ |
D | rbbi.h | 94 class DictionaryCache; variable 95 DictionaryCache *fDictionaryCache;
|
/third_party/skia/third_party/externals/icu/source/common/unicode/ |
D | rbbi.h | 98 class DictionaryCache; variable 99 DictionaryCache *fDictionaryCache;
|
/third_party/icu/icu4c/source/common/unicode/ |
D | rbbi.h | 98 class DictionaryCache; variable 99 DictionaryCache *fDictionaryCache;
|
/third_party/node/deps/icu-small/source/common/unicode/ |
D | rbbi.h | 98 class DictionaryCache; variable 99 DictionaryCache *fDictionaryCache;
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | RuleBasedBreakIterator.java | 146 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/ |
D | RuleBasedBreakIterator.java | 141 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
|