Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
H A Drich_editor_pattern.h512 bool IsTextSpanFromResult(int32_t& start, int32_t& end, KeyCode code);
H A Drich_editor_pattern.cpp2398 bool RichEditorPattern::IsTextSpanFromResult(int32_t& start, int32_t& end, KeyCode code) in IsTextSpanFromResult() function in OHOS::Ace::NG::RichEditorPattern
2420 … isFirstText = IsTextSpanFromResult(spanStyleIter.spanRange[RichEditorSpanRange::RANGESTART], in UpdateSelectSpanStyle()