Home
last modified time | relevance | path

Searched refs:wInsertValue (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.cpp9525 auto wInsertValue = StringUtils::ToWstring(insertValue); in OnBackPressed() local
9526 changeValue.SetRangeAfter({ innerPosition, innerPosition + wInsertValue.length()}); in OnBackPressed()
9527 std::wstring textTemp = wInsertValue; in OnBackPressed()
9536 textTemp.insert(offsetInSpan, wInsertValue); in OnBackPressed()
9550 …anResult(changeValue, innerPosition, spanIndex, offsetInSpan, offsetInSpan + wInsertValue.length(), in OnBackPressed()
9552 innerPosition += wInsertValue.length(); in OnBackPressed()