Home
last modified time | relevance | path

Searched refs:RANGEEND (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
H A Dselection_info.h50 RANGEEND, enumerator
192 selection_.selection[RichEditorSpanRange::RANGEEND] = end; in SetSelectionEnd()
H A Drich_editor_pattern.cpp2173 resultObject.spanPosition.spanRange[RichEditorSpanRange::RANGEEND] = end; in TextEmojiSplit()
2216 int32_t newEnd = textIter.spanPosition.spanRange[RichEditorSpanRange::RANGEEND]; in MixTextEmojiUpdateStyle()
2349 resultObject.spanRange[RichEditorSpanRange::RANGEEND] = startPositionSpanInfo.spanEnd_; in GetSelectSpanSplit()
2360 resultObject.spanRange[RichEditorSpanRange::RANGEEND] = in GetSelectSpanSplit()
2370 resultObject.spanRange[RichEditorSpanRange::RANGEEND] = spanItem->position; in GetSelectSpanSplit()
2389 resultObject.spanRange[RichEditorSpanRange::RANGEEND] = end; in GetSelectSpanInfo()
2404 textIter.spanPosition.spanRange[RichEditorSpanRange::RANGEEND]) { in IsTextSpanFromResult()
2421 spanStyleIter.spanRange[RichEditorSpanRange::RANGEEND], code); in UpdateSelectSpanStyle()
2425 spanStyleIter.spanRange[RichEditorSpanRange::RANGEEND], code, false); in UpdateSelectSpanStyle()
7024 adjustedInfo.SetSelectionEnd(selection.selection[RichEditorSpanRange::RANGEEND]); in OnBackPressed()
[all …]
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/
H A Dspan_node.cpp550 resultObject.offsetInSpan[RichEditorSpanRange::RANGEEND] = itemLength; in GetSpanResultObject()
553 resultObject.offsetInSpan[RichEditorSpanRange::RANGEEND] = itemLength; in GetSpanResultObject()
556 resultObject.offsetInSpan[RichEditorSpanRange::RANGEEND] = end - startPosition; in GetSpanResultObject()
559 resultObject.offsetInSpan[RichEditorSpanRange::RANGEEND] = end - startPosition; in GetSpanResultObject()
565 resultObject.spanPosition.spanRange[RichEditorSpanRange::RANGEEND] = endPosition; in GetSpanResultObject()
998 resultObject.spanPosition.spanRange[RichEditorSpanRange::RANGEEND] = endPosition; in GetSpanResultObject()
1000 resultObject.offsetInSpan[RichEditorSpanRange::RANGEEND] = itemLength; in GetSpanResultObject()
1022 resultObject.spanPosition.spanRange[RichEditorSpanRange::RANGEEND] = endPosition; in GetSpanResultObject()
1024 resultObject.offsetInSpan[RichEditorSpanRange::RANGEEND] = itemLength; in GetSpanResultObject()
H A Dtext_pattern.cpp1832 resultObj.offsetInSpan[RichEditorSpanRange::RANGEEND]); in UpdateSpanItemDragStatus()
2052 resultObject.offsetInSpan[RichEditorSpanRange::RANGEEND] = itemLength; in GetSymbolSpanResultObject()
2056 resultObject.offsetInSpan[RichEditorSpanRange::RANGEEND] = itemLength; in GetSymbolSpanResultObject()
2060 resultObject.offsetInSpan[RichEditorSpanRange::RANGEEND] = end - startPosition; in GetSymbolSpanResultObject()
2064 resultObject.offsetInSpan[RichEditorSpanRange::RANGEEND] = end - startPosition; in GetSymbolSpanResultObject()
3720 resultObject.offsetInSpan[RichEditorSpanRange::RANGEEND] = itemLength; in GetBuilderResultObject()
3815 resultObject.offsetInSpan[RichEditorSpanRange::RANGEEND] = itemLength; in GetTextResultObject()
3819 resultObject.offsetInSpan[RichEditorSpanRange::RANGEEND] = itemLength; in GetTextResultObject()
3823 resultObject.offsetInSpan[RichEditorSpanRange::RANGEEND] = end - startPosition; in GetTextResultObject()
3827 resultObject.offsetInSpan[RichEditorSpanRange::RANGEEND] = end - startPosition; in GetTextResultObject()
[all …]
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/text/
H A Dtext_testthree_ng.cpp1494 EXPECT_EQ(pattern->dragResultObjects_.back().offsetInSpan[RichEditorSpanRange::RANGEEND], 2);
1505 EXPECT_EQ(pattern->dragResultObjects_.front().offsetInSpan[RichEditorSpanRange::RANGEEND], 5);
1515 …EXPECT_EQ(pattern->dragResultObjects_.front().offsetInSpan[RichEditorSpanRange::RANGEEND], SPAN_UR…
1566 EXPECT_EQ(pattern->dragResultObjects_.back().offsetInSpan[RichEditorSpanRange::RANGEEND], 1);