Home
last modified time | relevance | path

Searched refs:ReplaceSpanString (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/span/
H A Dmutable_span_string.h42 void ReplaceSpanString(int32_t start, int32_t length, const RefPtr<SpanString>& spanString);
H A Dmutable_span_string.cpp422 void MutableSpanString::ReplaceSpanString(int32_t start, int32_t length, const RefPtr<SpanString>& … in ReplaceSpanString() function in OHOS::Ace::MutableSpanString
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/style_string/
H A Djs_span_string.h125 void ReplaceSpanString(const JSCallbackInfo& info);
H A Djs_span_string.cpp939 …JSMutableSpanString>::CustomMethod("replaceStyledString", &JSMutableSpanString::ReplaceSpanString); in JSBind()
1184 void JSMutableSpanString::ReplaceSpanString(const JSCallbackInfo& info) in ReplaceSpanString() function in OHOS::Ace::Framework::JSMutableSpanString
1208 controller->ReplaceSpanString(start, length, spanStringController); in ReplaceSpanString()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/text/
H A Dspan_string_test_ng.cpp707 spanString1->ReplaceSpanString(0, 7, spanString2);
1149 mutableStr->ReplaceSpanString(1, 1, mutableStr2);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/
H A Dtext_pattern.cpp3739 styledString_->ReplaceSpanString(0, length, value); in SetStyledString()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
H A Drich_editor_pattern.cpp167 styledString_->ReplaceSpanString(0, length, value); in SetStyledString()