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 D | mutable_span_string.h | 42 void ReplaceSpanString(int32_t start, int32_t length, const RefPtr<SpanString>& spanString);
|
H A D | mutable_span_string.cpp | 422 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 D | js_span_string.h | 125 void ReplaceSpanString(const JSCallbackInfo& info);
|
H A D | js_span_string.cpp | 939 …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 D | span_string_test_ng.cpp | 707 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 D | text_pattern.cpp | 3739 styledString_->ReplaceSpanString(0, length, value); in SetStyledString()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/ |
H A D | rich_editor_pattern.cpp | 167 styledString_->ReplaceSpanString(0, length, value); in SetStyledString()
|