Home
last modified time | relevance | path

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 Drich_editor_edit_testone_ng.cpp122 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 Drich_editor_test_ng.cpp2115 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 Dtext_pattern.h363 std::string GetSelectedSpanText(std::wstring value, int32_t start, int32_t end) const;
H A Dtext_pattern.cpp1683 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 Drich_editor_pattern.cpp7224 auto data = GetSelectedSpanText(StringUtils::ToWstring(result.valueString), in OnBackPressed()