Home
last modified time | relevance | path

Searched refs:ReplaceSpan (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/span/
H A Dmutable_span_string.h39 void ReplaceSpan(int32_t start, int32_t length, const RefPtr<SpanBase>& span);
H A Dmutable_span_string.cpp99 void MutableSpanString::ReplaceSpan(int32_t start, int32_t length, const RefPtr<SpanBase>& span) in ReplaceSpan() function in OHOS::Ace::MutableSpanString
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/style_string/
H A Djs_span_string.h120 void ReplaceSpan(const JSCallbackInfo& info);
H A Djs_span_string.cpp934 JSClass<JSMutableSpanString>::CustomMethod("replaceStyle", &JSMutableSpanString::ReplaceSpan); in JSBind()
1038 void JSMutableSpanString::ReplaceSpan(const JSCallbackInfo& info) in ReplaceSpan() function in OHOS::Ace::Framework::JSMutableSpanString
1086 controller->ReplaceSpan(start, length, spanBase); in ReplaceSpan()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/text/
H A Dspan_string_test_ng.cpp452 a->ReplaceSpan(0, 3, AceType::MakeRefPtr<FontSpan>(testFont2, 0, 10));
471 b.ReplaceSpan(0, 3, AceType::MakeRefPtr<FontSpan>(testFont2, 0, 10));
1004 mutableStr->ReplaceSpan(3, 1, imageSpan1);