/third_party/icu/icu4c/source/common/ |
D | rbbi_cache.cpp | 426 int32_t fromPosition = fBoundaries[fEndBufIdx]; in populateFollowing() local 431 if (fBI->fDictionaryCache->following(fromPosition, &pos, &ruleStatusIdx)) { in populateFollowing() 436 fBI->fPosition = fromPosition; in populateFollowing() 446 … fBI->fDictionaryCache->populateDictionary(fromPosition, pos, fromRuleStatusIdx, ruleStatusIdx); in populateFollowing() 447 if (fBI->fDictionaryCache->following(fromPosition, &pos, &ruleStatusIdx)) { in populateFollowing() 481 int32_t fromPosition = fBoundaries[fStartBufIdx]; in populatePreceding() local 482 if (fromPosition == 0) { in populatePreceding() 489 if (fBI->fDictionaryCache->preceding(fromPosition, &position, &positionStatusIdx)) { in populatePreceding() 494 int32_t backupPosition = fromPosition; in populatePreceding() 527 } while (position >= fromPosition); in populatePreceding() [all …]
|
D | rbbi.cpp | 770 int32_t RuleBasedBreakIterator::handleSafePrevious(int32_t fromPosition) { in handleSafePrevious() argument 775 return handleSafePrevious<RBBIStateTableRow8, TrieFunc8>(fromPosition); in handleSafePrevious() 777 return handleSafePrevious<RBBIStateTableRow8, TrieFunc16>(fromPosition); in handleSafePrevious() 781 return handleSafePrevious<RBBIStateTableRow16, TrieFunc8>(fromPosition); in handleSafePrevious() 783 return handleSafePrevious<RBBIStateTableRow16, TrieFunc16>(fromPosition); in handleSafePrevious() 981 int32_t RuleBasedBreakIterator::handleSafePrevious(int32_t fromPosition) { in handleSafePrevious() argument 990 UTEXT_SETNATIVEINDEX(&fText, fromPosition); in handleSafePrevious()
|
/third_party/skia/third_party/externals/icu/source/common/ |
D | rbbi_cache.cpp | 426 int32_t fromPosition = fBoundaries[fEndBufIdx]; in populateFollowing() local 431 if (fBI->fDictionaryCache->following(fromPosition, &pos, &ruleStatusIdx)) { in populateFollowing() 436 fBI->fPosition = fromPosition; in populateFollowing() 446 … fBI->fDictionaryCache->populateDictionary(fromPosition, pos, fromRuleStatusIdx, ruleStatusIdx); in populateFollowing() 447 if (fBI->fDictionaryCache->following(fromPosition, &pos, &ruleStatusIdx)) { in populateFollowing() 481 int32_t fromPosition = fBoundaries[fStartBufIdx]; in populatePreceding() local 482 if (fromPosition == 0) { in populatePreceding() 489 if (fBI->fDictionaryCache->preceding(fromPosition, &position, &positionStatusIdx)) { in populatePreceding() 494 int32_t backupPosition = fromPosition; in populatePreceding() 527 } while (position >= fromPosition); in populatePreceding() [all …]
|
D | rbbi.cpp | 770 int32_t RuleBasedBreakIterator::handleSafePrevious(int32_t fromPosition) { in handleSafePrevious() argument 775 return handleSafePrevious<RBBIStateTableRow8, TrieFunc8>(fromPosition); in handleSafePrevious() 777 return handleSafePrevious<RBBIStateTableRow8, TrieFunc16>(fromPosition); in handleSafePrevious() 781 return handleSafePrevious<RBBIStateTableRow16, TrieFunc8>(fromPosition); in handleSafePrevious() 783 return handleSafePrevious<RBBIStateTableRow16, TrieFunc16>(fromPosition); in handleSafePrevious() 981 int32_t RuleBasedBreakIterator::handleSafePrevious(int32_t fromPosition) { in handleSafePrevious() argument 990 UTEXT_SETNATIVEINDEX(&fText, fromPosition); in handleSafePrevious()
|
/third_party/node/deps/icu-small/source/common/ |
D | rbbi_cache.cpp | 426 int32_t fromPosition = fBoundaries[fEndBufIdx]; in populateFollowing() local 431 if (fBI->fDictionaryCache->following(fromPosition, &pos, &ruleStatusIdx)) { in populateFollowing() 436 fBI->fPosition = fromPosition; in populateFollowing() 446 … fBI->fDictionaryCache->populateDictionary(fromPosition, pos, fromRuleStatusIdx, ruleStatusIdx); in populateFollowing() 447 if (fBI->fDictionaryCache->following(fromPosition, &pos, &ruleStatusIdx)) { in populateFollowing() 481 int32_t fromPosition = fBoundaries[fStartBufIdx]; in populatePreceding() local 482 if (fromPosition == 0) { in populatePreceding() 489 if (fBI->fDictionaryCache->preceding(fromPosition, &position, &positionStatusIdx)) { in populatePreceding() 494 int32_t backupPosition = fromPosition; in populatePreceding() 527 } while (position >= fromPosition); in populatePreceding() [all …]
|
D | rbbi.cpp | 770 int32_t RuleBasedBreakIterator::handleSafePrevious(int32_t fromPosition) { in handleSafePrevious() argument 775 return handleSafePrevious<RBBIStateTableRow8, TrieFunc8>(fromPosition); in handleSafePrevious() 777 return handleSafePrevious<RBBIStateTableRow8, TrieFunc16>(fromPosition); in handleSafePrevious() 781 return handleSafePrevious<RBBIStateTableRow16, TrieFunc8>(fromPosition); in handleSafePrevious() 783 return handleSafePrevious<RBBIStateTableRow16, TrieFunc16>(fromPosition); in handleSafePrevious() 981 int32_t RuleBasedBreakIterator::handleSafePrevious(int32_t fromPosition) { in handleSafePrevious() argument 990 UTEXT_SETNATIVEINDEX(&fText, fromPosition); in handleSafePrevious()
|
/third_party/flutter/skia/third_party/externals/icu/source/common/ |
D | rbbi_cache.cpp | 429 int32_t fromPosition = fBoundaries[fEndBufIdx]; in populateFollowing() local 434 if (fBI->fDictionaryCache->following(fromPosition, &pos, &ruleStatusIdx)) { in populateFollowing() 439 fBI->fPosition = fromPosition; in populateFollowing() 449 … fBI->fDictionaryCache->populateDictionary(fromPosition, pos, fromRuleStatusIdx, ruleStatusIdx); in populateFollowing() 450 if (fBI->fDictionaryCache->following(fromPosition, &pos, &ruleStatusIdx)) { in populateFollowing() 484 int32_t fromPosition = fBoundaries[fStartBufIdx]; in populatePreceding() local 485 if (fromPosition == 0) { in populatePreceding() 492 if (fBI->fDictionaryCache->preceding(fromPosition, &position, &positionStatusIdx)) { in populatePreceding() 497 int32_t backupPosition = fromPosition; in populatePreceding() 530 } while (position >= fromPosition); in populatePreceding() [all …]
|
D | rbbi.cpp | 951 int32_t RuleBasedBreakIterator::handleSafePrevious(int32_t fromPosition) { in handleSafePrevious() argument 959 UTEXT_SETNATIVEINDEX(&fText, fromPosition); in handleSafePrevious()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | RuleBasedBreakIterator.java | 951 private int handleSafePrevious(int fromPosition) { in handleSafePrevious() argument 961 CISetIndex32(text, fromPosition); in handleSafePrevious() 1475 int fromPosition = fBoundaries[fEndBufIdx]; in populateFollowing() local 1480 if (fDictionaryCache.following(fromPosition)) { in populateFollowing() 1485 fPosition = fromPosition; in populateFollowing() 1495 … fDictionaryCache.populateDictionary(fromPosition, pos, fromRuleStatusIdx, ruleStatusIdx); in populateFollowing() 1496 if (fDictionaryCache.following(fromPosition)) { in populateFollowing() 1530 int fromPosition = fBoundaries[fStartBufIdx]; in populatePreceding() local 1531 if (fromPosition == textBegin) { in populatePreceding() 1538 if (fDictionaryCache.preceding(fromPosition)) { in populatePreceding() [all …]
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
D | RuleBasedBreakIterator.java | 977 private int handleSafePrevious(int fromPosition) { in handleSafePrevious() argument 987 CISetIndex32(text, fromPosition); in handleSafePrevious() 1501 int fromPosition = fBoundaries[fEndBufIdx]; in populateFollowing() local 1506 if (fDictionaryCache.following(fromPosition)) { in populateFollowing() 1511 fPosition = fromPosition; in populateFollowing() 1521 … fDictionaryCache.populateDictionary(fromPosition, pos, fromRuleStatusIdx, ruleStatusIdx); in populateFollowing() 1522 if (fDictionaryCache.following(fromPosition)) { in populateFollowing() 1556 int fromPosition = fBoundaries[fStartBufIdx]; in populatePreceding() local 1557 if (fromPosition == textBegin) { in populatePreceding() 1564 if (fDictionaryCache.preceding(fromPosition)) { in populatePreceding() [all …]
|
/third_party/skia/third_party/externals/icu/source/common/unicode/ |
D | rbbi.h | 653 int32_t handleSafePrevious(int32_t fromPosition); 686 int32_t handleSafePrevious(int32_t fromPosition);
|
/third_party/icu/icu4c/source/common/unicode/ |
D | rbbi.h | 653 int32_t handleSafePrevious(int32_t fromPosition); 686 int32_t handleSafePrevious(int32_t fromPosition);
|
/third_party/node/deps/icu-small/source/common/unicode/ |
D | rbbi.h | 653 int32_t handleSafePrevious(int32_t fromPosition); 686 int32_t handleSafePrevious(int32_t fromPosition);
|
/third_party/flutter/engine/flutter/shell/platform/darwin/ios/framework/Source/ |
D | accessibility_text_entry.mm | 48 - (UITextRange*)textRangeFromPosition:(UITextPosition*)fromPosition 50 NSUInteger fromIndex = ((FlutterTextPosition*)fromPosition).index; 334 - (UITextRange*)textRangeFromPosition:(UITextPosition*)fromPosition 336 return [[self textInputSurrogate] textRangeFromPosition:fromPosition toPosition:toPosition];
|
D | FlutterTextInputPlugin.mm | 418 - (UITextRange*)textRangeFromPosition:(UITextPosition*)fromPosition 420 NSUInteger fromIndex = ((FlutterTextPosition*)fromPosition).index;
|
/third_party/flutter/skia/third_party/externals/icu/source/common/unicode/ |
D | rbbi.h | 643 int32_t handleSafePrevious(int32_t fromPosition);
|
/third_party/flutter/flutter/packages/flutter/lib/src/rendering/ |
D | editable.dart | 551 TextSelection.fromPosition( 1468 …final TextPosition fromPosition = _textPainter.getPositionForOffset(globalToLocal(from - _paintOff… 1473 int baseOffset = fromPosition.offset; 1474 int extentOffset = fromPosition.offset; 1476 baseOffset = math.min(fromPosition.offset, toPosition.offset); 1477 extentOffset = math.max(fromPosition.offset, toPosition.offset); 1483 affinity: fromPosition.affinity, 1556 return TextSelection.fromPosition(position);
|
/third_party/flutter/flutter/packages/flutter/lib/src/services/ |
D | text_editing.dart | 132 TextSelection.fromPosition(TextPosition position)
|
/third_party/flutter/flutter/packages/flutter/lib/src/widgets/ |
D | text_selection.dart | 674 widget.onSelectionHandleChanged(TextSelection.fromPosition(position));
|