Home
last modified time | relevance | path

Searched refs:InsertString (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/text/
H A Dspan_string_test_ng.cpp378 mutableStr->InsertString(0, "123");
379 mutableStr->InsertString(4, "456");
404 a->InsertString(0, "abcd");
408 a->InsertString(4, "中文插入测试");
647 spanString1->InsertString(6, "红红火火");
942 mutableStr->InsertString(0, "123");
948 mutableStr->InsertString(4, "456");
999 mutableStr->InsertString(0, "123");
1000 mutableStr->InsertString(4, "456");
1028 mutableStr->InsertString(0, "123");
[all …]
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/span/
H A Dmutable_span_string.h37 void InsertString(int32_t start, const std::string& other);
H A Dmutable_span_string.cpp329 void MutableSpanString::InsertString(int32_t start, const std::string& other) in InsertString() function in OHOS::Ace::MutableSpanString
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/style_string/
H A Djs_span_string.h118 void InsertString(const JSCallbackInfo& info);
H A Djs_span_string.cpp932 JSClass<JSMutableSpanString>::CustomMethod("insertString", &JSMutableSpanString::InsertString); in JSBind()
962 void JSMutableSpanString::InsertString(const JSCallbackInfo& info) in InsertString() function in OHOS::Ace::Framework::JSMutableSpanString
979 controller->InsertString(start, data); in InsertString()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/rich_editor/
H A Drich_editor_test_ng.cpp6518 mutableStr->InsertString(0, "text");
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
H A Drich_editor_pattern.cpp306 styledString_->InsertString(changeStart, insertValue); in InsertValueInStyledString()