Searched refs:wInsertValue (Results 1 – 1 of 1) sorted by relevance
9525 auto wInsertValue = StringUtils::ToWstring(insertValue); in OnBackPressed() local9526 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()