/third_party/icu/icu4c/source/common/ |
D | rbbi.cpp | 223 delete fBreakCache; in ~RuleBasedBreakIterator() 224 fBreakCache = nullptr; in ~RuleBasedBreakIterator() 299 fBreakCache->reset(fPosition, fRuleStatusIndex); in operator =() 322 fBreakCache = nullptr; in init() 337 fBreakCache = new BreakCache(this, status); in init() 338 if (U_SUCCESS(status) && (fDictionaryCache == NULL || fBreakCache == NULL)) { in init() 426 fBreakCache->reset(); in setText() 481 fBreakCache->reset(); in adoptText() 501 fBreakCache->reset(); in setText() 559 if (!fBreakCache->seek(0)) { in first() [all …]
|
/third_party/skia/third_party/externals/icu/source/common/ |
D | rbbi.cpp | 223 delete fBreakCache; in ~RuleBasedBreakIterator() 224 fBreakCache = nullptr; in ~RuleBasedBreakIterator() 299 fBreakCache->reset(fPosition, fRuleStatusIndex); in operator =() 322 fBreakCache = nullptr; in init() 337 fBreakCache = new BreakCache(this, status); in init() 338 if (U_SUCCESS(status) && (fDictionaryCache == NULL || fBreakCache == NULL)) { in init() 426 fBreakCache->reset(); in setText() 481 fBreakCache->reset(); in adoptText() 501 fBreakCache->reset(); in setText() 559 if (!fBreakCache->seek(0)) { in first() [all …]
|
/third_party/node/deps/icu-small/source/common/ |
D | rbbi.cpp | 223 delete fBreakCache; in ~RuleBasedBreakIterator() 224 fBreakCache = nullptr; in ~RuleBasedBreakIterator() 299 fBreakCache->reset(fPosition, fRuleStatusIndex); in operator =() 322 fBreakCache = nullptr; in init() 337 fBreakCache = new BreakCache(this, status); in init() 338 if (U_SUCCESS(status) && (fDictionaryCache == NULL || fBreakCache == NULL)) { in init() 426 fBreakCache->reset(); in setText() 481 fBreakCache->reset(); in adoptText() 501 fBreakCache->reset(); in setText() 559 if (!fBreakCache->seek(0)) { in first() [all …]
|
/third_party/flutter/skia/third_party/externals/icu/source/common/ |
D | rbbi.cpp | 203 delete fBreakCache; in ~RuleBasedBreakIterator() 204 fBreakCache = NULL; in ~RuleBasedBreakIterator() 267 fBreakCache->reset(fPosition, fRuleStatusIndex); in operator =() 290 fBreakCache = NULL; in init() 304 fBreakCache = new BreakCache(this, status); in init() 305 if (U_SUCCESS(status) && (fDictionaryCache == NULL || fBreakCache == NULL)) { in init() 393 fBreakCache->reset(); in setText() 448 fBreakCache->reset(); in adoptText() 468 fBreakCache->reset(); in setText() 526 if (!fBreakCache->seek(0)) { in first() [all …]
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | RuleBasedBreakIterator.java | 145 result.fBreakCache = result.new BreakCache(fBreakCache); in clone() 265 private BreakCache fBreakCache = new BreakCache(); field in RuleBasedBreakIterator 371 if (!fBreakCache.seek(start)) { in first() 372 fBreakCache.populateNear(start); in first() 374 fBreakCache.current(); in first() 433 fBreakCache.next(); in next() 444 fBreakCache.previous(); in previous() 466 fBreakCache.following(startPos); in following() 489 fBreakCache.preceding(adjustedOffset); in preceding() 526 if (fBreakCache.seek(adjustedOffset) || fBreakCache.populateNear(adjustedOffset)) { in isBoundary() [all …]
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
D | RuleBasedBreakIterator.java | 140 result.fBreakCache = result.new BreakCache(fBreakCache); in clone() 252 private BreakCache fBreakCache = new BreakCache(); field in RuleBasedBreakIterator 356 if (!fBreakCache.seek(start)) { in first() 357 fBreakCache.populateNear(start); in first() 359 fBreakCache.current(); in first() 415 fBreakCache.next(); in next() 425 fBreakCache.previous(); in previous() 446 fBreakCache.following(startPos); in following() 468 fBreakCache.preceding(adjustedOffset); in preceding() 503 if (fBreakCache.seek(adjustedOffset) || fBreakCache.populateNear(adjustedOffset)) { in isBoundary() [all …]
|
/third_party/skia/modules/skunicode/src/ |
D | SkUnicode_icu.cpp | 223 SkTHashMap<SkUnicode::BreakType, ICUBreakIterator> fBreakCache; member in SkIcuBreakIteratorCache 237 cachedIterator = fBreakCache.find(type); in makeBreakIterator() 244 cachedIterator = fBreakCache.set(type, std::move(newIterator)); in makeBreakIterator()
|
/third_party/flutter/skia/third_party/externals/icu/source/common/unicode/ |
D | rbbi.h | 88 BreakCache *fBreakCache; variable
|
/third_party/skia/third_party/externals/icu/source/common/unicode/ |
D | rbbi.h | 92 BreakCache *fBreakCache; variable
|
/third_party/icu/icu4c/source/common/unicode/ |
D | rbbi.h | 92 BreakCache *fBreakCache; variable
|
/third_party/node/deps/icu-small/source/common/unicode/ |
D | rbbi.h | 92 BreakCache *fBreakCache; variable
|