Home
last modified time | relevance | path

Searched refs:startSpanIndex (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/rich_editor/
H A Drich_editor_pattern_test_ng.cpp1097 int32_t startSpanIndex = 0; variable
1107 … changeValue, innerPosition, content, startSpanIndex, offsetInSpan, textStyle, spanParaStyle);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
H A Drich_editor_pattern.h1187 int32_t startSpanIndex, int32_t offsetInSpan, std::optional<TextStyle> textStyle,
H A Drich_editor_pattern.cpp9562 …std::string& content, int32_t startSpanIndex, int32_t offsetInSpan, std::optional<TextStyle> textS… in OnBackPressed() argument
9566 int spanIndex = startSpanIndex; in OnBackPressed()