Home
last modified time | relevance | path

Searched refs:insertValueTemp (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.cpp5190 std::wstring insertValueTemp = StringUtils::ToWstring(insertValue); in InsertValueToSpanNode() local
5191 textTemp.insert(info.GetOffsetInSpan(), insertValueTemp); in InsertValueToSpanNode()
5205 std::wstring insertValueTemp = StringUtils::ToWstring(insertValue); in InsertValueToBeforeSpan() local
5206 textTemp.append(insertValueTemp); in InsertValueToBeforeSpan()
5214 …spanItem->position += static_cast<int32_t>(insertValueTemp.length()) - static_cast<int32_t>(textAf… in InsertValueToBeforeSpan()