Home
last modified time | relevance | path

Searched refs:textIter (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/stepper/
H A Dstepper_component.cpp83 auto textIter = labelsTextStyles_.begin(); in InsertChild() local
84 std::advance(textIter, position); in InsertChild()
85 labelsTextStyles_.insert(textIter, item->GetTextStyle()); in InsertChild()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
H A Drich_editor_pattern.cpp2214 for (const auto& textIter : textResultObjects) { in MixTextEmojiUpdateStyle() local
2215 int32_t newStart = textIter.spanPosition.spanRange[RichEditorSpanRange::RANGESTART]; in MixTextEmojiUpdateStyle()
2216 int32_t newEnd = textIter.spanPosition.spanRange[RichEditorSpanRange::RANGEEND]; in MixTextEmojiUpdateStyle()
2402 for (const auto& textIter : textResultObjects) { in IsTextSpanFromResult() local
2403 if (textIter.spanPosition.spanRange[RichEditorSpanRange::RANGESTART] != in IsTextSpanFromResult()
2404 textIter.spanPosition.spanRange[RichEditorSpanRange::RANGEEND]) { in IsTextSpanFromResult()
2405 start = textIter.spanPosition.spanRange[RichEditorSpanRange::RANGESTART]; in IsTextSpanFromResult()