Searched refs:GetSelectedSpanText (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/rich_editor/ |
H A D | rich_editor_edit_testone_ng.cpp | 122 auto ret = richEditorPattern->GetSelectedSpanText(StringUtils::ToWstring(INIT_VALUE_1), -1, 1); 123 ret = richEditorPattern->GetSelectedSpanText(StringUtils::ToWstring(INIT_VALUE_1), -1, 10); 124 ret = richEditorPattern->GetSelectedSpanText(StringUtils::ToWstring(INIT_VALUE_1), 0, 1); 182 auto ret = richEditorPattern->GetSelectedSpanText(value, start[i], end[j]); 187 auto ret = richEditorPattern->GetSelectedSpanText(value, 0, 1);
|
H A D | rich_editor_test_ng.cpp | 2115 auto ret = richEditorPattern->GetSelectedSpanText(StringUtils::ToWstring(INIT_VALUE_1), -1, 1); 2116 ret = richEditorPattern->GetSelectedSpanText(StringUtils::ToWstring(INIT_VALUE_1), -1, 10); 2117 ret = richEditorPattern->GetSelectedSpanText(StringUtils::ToWstring(INIT_VALUE_1), 0, 1); 2203 auto ret = richEditorPattern->GetSelectedSpanText(value, start[i], end[j]); 2208 auto ret = richEditorPattern->GetSelectedSpanText(value, 0, 1);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/ |
H A D | text_pattern.h | 363 std::string GetSelectedSpanText(std::wstring value, int32_t start, int32_t end) const;
|
H A D | text_pattern.cpp | 1683 auto valueString = GetSelectedSpanText(StringUtils::ToWstring(src.valueString), in AddUdmfTxtPreProcessor() 2014 std::string TextPattern::GetSelectedSpanText(std::wstring value, int32_t start, int32_t end) const in GetSelectedSpanText() function in OHOS::Ace::NG::TextPattern
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/ |
H A D | rich_editor_pattern.cpp | 7224 auto data = GetSelectedSpanText(StringUtils::ToWstring(result.valueString), in OnBackPressed()
|