Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
H A Drich_editor_event_hub.cpp459 void StyledStringChangeValue::SetReplacementString(const RefPtr<SpanStringBase>& styledString) in SetReplacementString() function in OHOS::Ace::NG::StyledStringChangeValue
H A Drich_editor_event_hub.h278 void SetReplacementString(const RefPtr<SpanStringBase>& styledString);
H A Drich_editor_pattern.cpp469 changeValue.SetReplacementString(replaceMentString); in BeforeStyledStringChange()