Searched refs:RemoveString (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/span/ |
H A D | mutable_span_string.h | 38 void RemoveString(int32_t start, int32_t length);
|
H A D | mutable_span_string.cpp | 382 void MutableSpanString::RemoveString(int32_t start, int32_t length) in RemoveString() function in OHOS::Ace::MutableSpanString 431 RemoveString(start, length); in ReplaceSpanString()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/style_string/ |
H A D | js_span_string.h | 119 void RemoveString(const JSCallbackInfo& info);
|
H A D | js_span_string.cpp | 933 JSClass<JSMutableSpanString>::CustomMethod("removeString", &JSMutableSpanString::RemoveString); in JSBind() 982 void JSMutableSpanString::RemoveString(const JSCallbackInfo& info) in RemoveString() function in OHOS::Ace::Framework::JSMutableSpanString 995 controller->RemoveString(start, length); in RemoveString()
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/text/ |
H A D | span_string_test_ng.cpp | 406 a->RemoveString(3, 3); 410 a->RemoveString(4, 6); 661 spanString1->RemoveString(1, 10); 898 spanString->RemoveString(7, 3);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/ |
H A D | rich_editor_pattern.cpp | 411 styledString_->RemoveString(start, length); in DeleteValueInStyledString()
|