Home
last modified time | relevance | path

Searched refs:ReplacePreviewText (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_testfour_ng.cpp272 richEditorPattern->ReplacePreviewText(previewTextValue, previewRange);
276 richEditorPattern->ReplacePreviewText(previewTextValue, previewRange);
280 richEditorPattern->ReplacePreviewText(previewTextValue, previewRange);
284 richEditorPattern->ReplacePreviewText(previewTextValue, previewRange);
288 richEditorPattern->ReplacePreviewText(previewTextValue, previewRange);
292 bool res = richEditorPattern->ReplacePreviewText(previewTextValue, previewRange);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
H A Drich_editor_pattern.h238 bool ReplacePreviewText(const std::string& previewTextValue, const PreviewRange& range);
H A Drich_editor_pattern.cpp4849 return ReplacePreviewText(previewTextValue, range); in InitPreviewText()
4864 bool RichEditorPattern::ReplacePreviewText(const std::string& previewTextValue, const PreviewRange&… in ReplacePreviewText() function in OHOS::Ace::NG::RichEditorPattern