Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
H A Drich_editor_pattern.cpp2192 auto selectTextContent = GetContentBySpans(); in GetEmojisBySelect() local
2193 CHECK_NULL_RETURN(!selectTextContent.empty(), selection); in GetEmojisBySelect()
2194 std::u16string u16Content = StringUtils::Str8ToStr16(selectTextContent); in GetEmojisBySelect()
10495 auto selectTextContent = GetContentBySpans(); in OnBackPressed() local
10496 std::u16string u16Content = StringUtils::Str8ToStr16(selectTextContent); in OnBackPressed()