/third_party/icu/icu4c/source/common/ |
H A D | rbbi_cache.cpp | 478 addFollowing(pos, ruleStatusIdx, UpdateCachePosition); in populateFollowing() 494 addFollowing(pos, ruleStatusIdx, UpdateCachePosition); in populateFollowing() 505 addFollowing(pos, ruleStatusIdx, UpdateCachePosition); in populateFollowing() 515 addFollowing(pos, fBI->fRuleStatusIndex, RetainCachePosition); in populateFollowing() 641 void RuleBasedBreakIterator::BreakCache::addFollowing(int32_t position, int32_t ruleStatusIdx, UpdatePositionValues update) { in addFollowing() function in RuleBasedBreakIterator::BreakCache
|
H A D | rbbi_cache.h | 157 void addFollowing(int32_t position, int32_t ruleStatusIdx, UpdatePositionValues update);
|
/third_party/node/deps/icu-small/source/common/ |
H A D | rbbi_cache.cpp | 479 addFollowing(pos, ruleStatusIdx, UpdateCachePosition); in populateFollowing() 495 addFollowing(pos, ruleStatusIdx, UpdateCachePosition); in populateFollowing() 506 addFollowing(pos, ruleStatusIdx, UpdateCachePosition); in populateFollowing() 516 addFollowing(pos, fBI->fRuleStatusIndex, RetainCachePosition); in populateFollowing() 642 void RuleBasedBreakIterator::BreakCache::addFollowing(int32_t position, int32_t ruleStatusIdx, UpdatePositionValues update) { in addFollowing() function in RuleBasedBreakIterator::BreakCache
|
H A D | rbbi_cache.h | 157 void addFollowing(int32_t position, int32_t ruleStatusIdx, UpdatePositionValues update);
|
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | rbbi_cache.cpp | 432 addFollowing(pos, ruleStatusIdx, UpdateCachePosition); in populateFollowing() 448 addFollowing(pos, ruleStatusIdx, UpdateCachePosition); in populateFollowing() 459 addFollowing(pos, ruleStatusIdx, UpdateCachePosition); in populateFollowing() 469 addFollowing(pos, fBI->fRuleStatusIndex, RetainCachePosition); in populateFollowing() 595 void RuleBasedBreakIterator::BreakCache::addFollowing(int32_t position, int32_t ruleStatusIdx, UpdatePositionValues update) { in addFollowing() function in RuleBasedBreakIterator::BreakCache
|
H A D | rbbi_cache.h | 157 void addFollowing(int32_t position, int32_t ruleStatusIdx, UpdatePositionValues update);
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
H A D | RuleBasedBreakIterator.java | 1577 addFollowing(fDictionaryCache.fBoundary, fDictionaryCache.fStatusIndex, UpdateCachePosition); in populateFollowing() 1593 addFollowing(fDictionaryCache.fBoundary, fDictionaryCache.fStatusIndex, UpdateCachePosition); in populateFollowing() 1604 addFollowing(pos, ruleStatusIdx, UpdateCachePosition); in populateFollowing() 1614 addFollowing(pos, fRuleStatusIndex, RetainCachePosition); in populateFollowing() 1748 void addFollowing(int position, int ruleStatusIdx, boolean update) { in addFollowing() method in RuleBasedBreakIterator.BreakCache
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
H A D | RuleBasedBreakIterator.java | 1507 addFollowing(fDictionaryCache.fBoundary, fDictionaryCache.fStatusIndex, UpdateCachePosition); in populateFollowing() 1523 addFollowing(fDictionaryCache.fBoundary, fDictionaryCache.fStatusIndex, UpdateCachePosition); in populateFollowing() 1534 addFollowing(pos, ruleStatusIdx, UpdateCachePosition); in populateFollowing() 1544 addFollowing(pos, fRuleStatusIndex, RetainCachePosition); in populateFollowing() 1678 void addFollowing(int position, int ruleStatusIdx, boolean update) { in addFollowing() method in RuleBasedBreakIterator.BreakCache
|
/third_party/skia/src/pathops/ |
H A D | SkPathOpsTSect.h | 278 SkTSpan* addFollowing(SkTSpan* prior);
|
H A D | SkPathOpsTSect.cpp | 55 SkTSpan* SkTSect::addFollowing( in addFollowing() function in SkTSect 83 opp = this->addFollowing(priorSpan); in addForPerp()
|