Home
last modified time | relevance | path

Searched refs:textAfter (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.cpp5211 auto textAfter = textTemp.substr(index + 1); in InsertValueToBeforeSpan() local
5214 …ition += static_cast<int32_t>(insertValueTemp.length()) - static_cast<int32_t>(textAfter.length()); in InsertValueToBeforeSpan()
5215 if (!textAfter.empty()) { in InsertValueToBeforeSpan()
5224 spanNodeAfter->UpdateContent(StringUtils::ToString(textAfter)); in InsertValueToBeforeSpan()
9571 auto textAfter = wContent.substr(index + 1); in OnBackPressed() local
9572 if (textAfter.empty()) { in OnBackPressed()
9581 wContent = textAfter; in OnBackPressed()