Home
last modified time | relevance | path

Searched refs:fromPosition (Results 1 – 19 of 19) sorted by relevance

/third_party/icu/icu4c/source/common/
Drbbi_cache.cpp426 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 …]
Drbbi.cpp770 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/
Drbbi_cache.cpp426 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 …]
Drbbi.cpp770 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/
Drbbi_cache.cpp426 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 …]
Drbbi.cpp770 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/
Drbbi_cache.cpp429 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 …]
Drbbi.cpp951 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/
DRuleBasedBreakIterator.java951 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/
DRuleBasedBreakIterator.java977 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/
Drbbi.h653 int32_t handleSafePrevious(int32_t fromPosition);
686 int32_t handleSafePrevious(int32_t fromPosition);
/third_party/icu/icu4c/source/common/unicode/
Drbbi.h653 int32_t handleSafePrevious(int32_t fromPosition);
686 int32_t handleSafePrevious(int32_t fromPosition);
/third_party/node/deps/icu-small/source/common/unicode/
Drbbi.h653 int32_t handleSafePrevious(int32_t fromPosition);
686 int32_t handleSafePrevious(int32_t fromPosition);
/third_party/flutter/engine/flutter/shell/platform/darwin/ios/framework/Source/
Daccessibility_text_entry.mm48 - (UITextRange*)textRangeFromPosition:(UITextPosition*)fromPosition
50 NSUInteger fromIndex = ((FlutterTextPosition*)fromPosition).index;
334 - (UITextRange*)textRangeFromPosition:(UITextPosition*)fromPosition
336 return [[self textInputSurrogate] textRangeFromPosition:fromPosition toPosition:toPosition];
DFlutterTextInputPlugin.mm418 - (UITextRange*)textRangeFromPosition:(UITextPosition*)fromPosition
420 NSUInteger fromIndex = ((FlutterTextPosition*)fromPosition).index;
/third_party/flutter/skia/third_party/externals/icu/source/common/unicode/
Drbbi.h643 int32_t handleSafePrevious(int32_t fromPosition);
/third_party/flutter/flutter/packages/flutter/lib/src/rendering/
Deditable.dart551 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/
Dtext_editing.dart132 TextSelection.fromPosition(TextPosition position)
/third_party/flutter/flutter/packages/flutter/lib/src/widgets/
Dtext_selection.dart674 widget.onSelectionHandleChanged(TextSelection.fromPosition(position));