Home
last modified time | relevance | path

Searched refs:RemoveSpans (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.cpp46 void MutableSpanString::RemoveSpans(int32_t start, int32_t length, bool removeSpecialSpan) in RemoveSpans() function in OHOS::Ace::MutableSpanString
108 RemoveSpans(start, length); in ReplaceSpan()
119 RemoveSpans(startIndex, secondIndex); in ReplaceSpan()
122 RemoveSpans(index, 1, false); in ReplaceSpan()
H A Dmutable_span_string.h40 void RemoveSpans(int32_t start, int32_t length, bool removeSpecialSpan = true);
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/style_string/
H A Djs_span_string.h123 void RemoveSpans(const JSCallbackInfo& info);
H A Djs_span_string.cpp937 JSClass<JSMutableSpanString>::CustomMethod("removeStyles", &JSMutableSpanString::RemoveSpans); in JSBind()
1161 void JSMutableSpanString::RemoveSpans(const JSCallbackInfo& info) in RemoveSpans() function in OHOS::Ace::Framework::JSMutableSpanString
1174 controller->RemoveSpans(start, length); in RemoveSpans()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/text/
H A Dspan_string_test_ng.cpp365 spanString->RemoveSpans(0, spanString->GetLength());
1040 mutableStr->RemoveSpans(0, 7);