/third_party/skia/third_party/externals/icu/source/common/ |
D | rbbi_cache.cpp | 366 aBoundary = fBI->handleNext(); in populateNear() 373 aBoundary = fBI->handleNext(); // Safe rules identify safe pairs. in populateNear() 437 pos = fBI->handleNext(); in populateFollowing() 465 pos = fBI->handleNext(); in populateFollowing() 515 position = fBI->handleNext(); in populatePreceding() 522 position = fBI->handleNext(); // Safe rules identify safe pairs. in populatePreceding() 539 position = fBI->handleNext(); in populatePreceding()
|
D | rbbi.cpp | 752 int32_t RuleBasedBreakIterator::handleNext() { in handleNext() function in RuleBasedBreakIterator 757 return handleNext<RBBIStateTableRow8, TrieFunc8>(); in handleNext() 759 return handleNext<RBBIStateTableRow8, TrieFunc16>(); in handleNext() 763 return handleNext<RBBIStateTableRow16, TrieFunc8>(); in handleNext() 765 return handleNext<RBBIStateTableRow16, TrieFunc16>(); in handleNext() 796 int32_t RuleBasedBreakIterator::handleNext() { in handleNext() function in RuleBasedBreakIterator
|
/third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/ |
D | SearchIterator.java | 436 return handleNext(index); in next() 545 return handleNext(startIdx); in first() 566 return handleNext(position); in following() 691 protected abstract int handleNext(int start); in handleNext() method in SearchIterator
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
D | SearchIterator.java | 421 return handleNext(index); in next() 525 return handleNext(startIdx); in first() 545 return handleNext(position); in following() 665 protected abstract int handleNext(int start); in handleNext() method in SearchIterator
|
D | RuleBasedBreakIterator.java | 791 private int handleNext() { in handleNext() method in RuleBasedBreakIterator 1437 aBoundary = handleNext(); in populateNear() 1444 aBoundary = handleNext(); in populateNear() 1512 pos = handleNext(); in populateFollowing() 1540 pos = handleNext(); in populateFollowing() 1590 position = handleNext(); in populatePreceding() 1597 position = handleNext(); in populatePreceding() 1613 position = handleNext(); in populatePreceding()
|
/third_party/node/deps/icu-small/source/common/ |
D | rbbi_cache.cpp | 403 aBoundary = fBI->handleNext(); in populateNear() 410 aBoundary = fBI->handleNext(); // Safe rules identify safe pairs. in populateNear() 483 pos = fBI->handleNext(); in populateFollowing() 511 pos = fBI->handleNext(); in populateFollowing() 561 position = fBI->handleNext(); in populatePreceding() 568 position = fBI->handleNext(); // Safe rules identify safe pairs. in populatePreceding() 585 position = fBI->handleNext(); in populatePreceding()
|
D | rbbi.cpp | 736 int32_t RuleBasedBreakIterator::handleNext() { in handleNext() function in RuleBasedBreakIterator 741 return handleNext<RBBIStateTableRow8, TrieFunc8>(); in handleNext() 743 return handleNext<RBBIStateTableRow8, TrieFunc16>(); in handleNext() 747 return handleNext<RBBIStateTableRow16, TrieFunc8>(); in handleNext() 749 return handleNext<RBBIStateTableRow16, TrieFunc16>(); in handleNext() 780 int32_t RuleBasedBreakIterator::handleNext() { in handleNext() function in RuleBasedBreakIterator
|
/third_party/icu/icu4c/source/common/ |
D | rbbi_cache.cpp | 403 aBoundary = fBI->handleNext(); in populateNear() 410 aBoundary = fBI->handleNext(); // Safe rules identify safe pairs. in populateNear() 483 pos = fBI->handleNext(); in populateFollowing() 511 pos = fBI->handleNext(); in populateFollowing() 561 position = fBI->handleNext(); in populatePreceding() 568 position = fBI->handleNext(); // Safe rules identify safe pairs. in populatePreceding() 585 position = fBI->handleNext(); in populatePreceding()
|
D | rbbi.cpp | 766 int32_t RuleBasedBreakIterator::handleNext() { in handleNext() function in RuleBasedBreakIterator 771 return handleNext<RBBIStateTableRow8, TrieFunc8>(); in handleNext() 773 return handleNext<RBBIStateTableRow8, TrieFunc16>(); in handleNext() 777 return handleNext<RBBIStateTableRow16, TrieFunc8>(); in handleNext() 779 return handleNext<RBBIStateTableRow16, TrieFunc16>(); in handleNext() 810 int32_t RuleBasedBreakIterator::handleNext() { in handleNext() function in RuleBasedBreakIterator
|
/third_party/skia/third_party/externals/icu/source/common/unicode/ |
D | rbbi.h | 667 int32_t handleNext(); 689 int32_t handleNext();
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | RuleBasedBreakIterator.java | 822 private int handleNext() { in handleNext() method in RuleBasedBreakIterator 1500 aBoundary = handleNext(); in populateNear() 1507 aBoundary = handleNext(); in populateNear() 1582 pos = handleNext(); in populateFollowing() 1610 pos = handleNext(); in populateFollowing() 1660 position = handleNext(); in populatePreceding() 1667 position = handleNext(); in populatePreceding() 1683 position = handleNext(); in populatePreceding()
|
/third_party/icu/icu4c/source/common/unicode/ |
D | rbbi.h | 680 int32_t handleNext(); 702 int32_t handleNext();
|
/third_party/node/deps/icu-small/source/common/unicode/ |
D | rbbi.h | 690 int32_t handleNext(); 712 int32_t handleNext();
|
/third_party/node/deps/icu-small/source/i18n/ |
D | search.cpp | 206 return handleNext(0, status); in first() 216 return handleNext(position, status); in following() 278 return handleNext(offset, status); in next()
|
D | stsearch.cpp | 309 int32_t StringSearch::handleNext(int32_t position, UErrorCode &status) in handleNext() function in StringSearch
|
/third_party/icu/icu4c/source/i18n/ |
D | search.cpp | 206 return handleNext(0, status); in first() 216 return handleNext(position, status); in following() 278 return handleNext(offset, status); in next()
|
D | stsearch.cpp | 308 int32_t StringSearch::handleNext(int32_t position, UErrorCode &status) in handleNext() function in StringSearch
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
D | search.cpp | 206 return handleNext(0, status); in first() 216 return handleNext(position, status); in following() 278 return handleNext(offset, status); in next()
|
D | stsearch.cpp | 308 int32_t StringSearch::handleNext(int32_t position, UErrorCode &status) in handleNext() function in StringSearch
|
/third_party/skia/third_party/externals/icu/source/i18n/unicode/ |
D | stsearch.h | 458 virtual int32_t handleNext(int32_t position, UErrorCode &status);
|
D | search.h | 513 virtual int32_t handleNext(int32_t position, UErrorCode &status)
|
/third_party/node/deps/icu-small/source/i18n/unicode/ |
D | stsearch.h | 458 virtual int32_t handleNext(int32_t position, UErrorCode &status) override;
|
D | search.h | 513 virtual int32_t handleNext(int32_t position, UErrorCode &status)
|
/third_party/icu/icu4c/source/i18n/unicode/ |
D | stsearch.h | 458 virtual int32_t handleNext(int32_t position, UErrorCode &status) override;
|
D | search.h | 513 virtual int32_t handleNext(int32_t position, UErrorCode &status)
|