Home
last modified time | relevance | path

Searched refs:fBreakCache (Results 1 – 11 of 11) sorted by relevance

/third_party/icu/icu4c/source/common/
Drbbi.cpp223 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/
Drbbi.cpp223 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/
Drbbi.cpp223 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/
Drbbi.cpp203 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/
DRuleBasedBreakIterator.java145 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/
DRuleBasedBreakIterator.java140 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/
DSkUnicode_icu.cpp223 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/
Drbbi.h88 BreakCache *fBreakCache; variable
/third_party/skia/third_party/externals/icu/source/common/unicode/
Drbbi.h92 BreakCache *fBreakCache; variable
/third_party/icu/icu4c/source/common/unicode/
Drbbi.h92 BreakCache *fBreakCache; variable
/third_party/node/deps/icu-small/source/common/unicode/
Drbbi.h92 BreakCache *fBreakCache; variable