Searched refs:ReplacePreviewText (Results 1 – 3 of 3) sorted by relevance
272 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);
238 bool ReplacePreviewText(const std::string& previewTextValue, const PreviewRange& range);
4849 return ReplacePreviewText(previewTextValue, range); in InitPreviewText()4864 bool RichEditorPattern::ReplacePreviewText(const std::string& previewTextValue, const PreviewRange&… in ReplacePreviewText() function in OHOS::Ace::NG::RichEditorPattern