Searched refs:ReplaceString (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.h | 36 void ReplaceString(int32_t start, int32_t length, const std::string& other);
|
H A D | mutable_span_string.cpp | 259 void MutableSpanString::ReplaceString(int32_t start, int32_t length, const std::string& other) in ReplaceString() function in OHOS::Ace::MutableSpanString 386 ReplaceString(start, end - start, ""); in RemoveString()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/style_string/ |
H A D | js_span_string.h | 117 void ReplaceString(const JSCallbackInfo& info);
|
H A D | js_span_string.cpp | 931 … JSClass<JSMutableSpanString>::CustomMethod("replaceString", &JSMutableSpanString::ReplaceString); in JSBind() 945 void JSMutableSpanString::ReplaceString(const JSCallbackInfo& info) in ReplaceString() function in OHOS::Ace::Framework::JSMutableSpanString 959 controller->ReplaceString(start, length, data); in ReplaceString()
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/text/ |
H A D | span_string_test_ng.cpp | 402 a->ReplaceString(0, 1, "abcd"); 412 a->ReplaceString(5, 9, "中文替换测试"); 654 spanString1->ReplaceString(8, 8, "A"); 880 spanString->ReplaceString(0, 2, "a");
|