Searched refs:insertValueTemp (Results 1 – 1 of 1) sorted by relevance
5190 std::wstring insertValueTemp = StringUtils::ToWstring(insertValue); in InsertValueToSpanNode() local5191 textTemp.insert(info.GetOffsetInSpan(), insertValueTemp); in InsertValueToSpanNode()5205 std::wstring insertValueTemp = StringUtils::ToWstring(insertValue); in InsertValueToBeforeSpan() local5206 textTemp.append(insertValueTemp); in InsertValueToBeforeSpan()5214 …spanItem->position += static_cast<int32_t>(insertValueTemp.length()) - static_cast<int32_t>(textAf… in InsertValueToBeforeSpan()