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 D | mutable_span_string.cpp | 46 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 D | mutable_span_string.h | 40 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 D | js_span_string.h | 123 void RemoveSpans(const JSCallbackInfo& info);
|
H A D | js_span_string.cpp | 937 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 D | span_string_test_ng.cpp | 365 spanString->RemoveSpans(0, spanString->GetLength()); 1040 mutableStr->RemoveSpans(0, 7);
|