Searched refs:InsertString (Results 1 – 7 of 7) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/text/ |
H A D | span_string_test_ng.cpp | 378 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 D | mutable_span_string.h | 37 void InsertString(int32_t start, const std::string& other);
|
H A D | mutable_span_string.cpp | 329 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 D | js_span_string.h | 118 void InsertString(const JSCallbackInfo& info);
|
H A D | js_span_string.cpp | 932 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 D | rich_editor_test_ng.cpp | 6518 mutableStr->InsertString(0, "text");
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/ |
H A D | rich_editor_pattern.cpp | 306 styledString_->InsertString(changeStart, insertValue); in InsertValueInStyledString()
|