Searched refs:textTemp (Results 1 – 2 of 2) sorted by relevance
5192 text = StringUtils::ToString(textTemp); in InsertValueToSpanNode()5206 textTemp.append(insertValueTemp); in InsertValueToBeforeSpan()5208 auto index = textTemp.find(lineSeparator); in InsertValueToBeforeSpan()5211 auto textAfter = textTemp.substr(index + 1); in InsertValueToBeforeSpan()5235 text = StringUtils::ToString(textTemp); in InsertValueToBeforeSpan()6454 if (textTemp.size() == 0) { in OnBackPressed()9527 std::wstring textTemp = wInsertValue; in OnBackPressed() local9540 auto it = textTemp.find(lineSeparator); in OnBackPressed()9542 auto content = StringUtils::ToString(textTemp); in OnBackPressed()9748 std::wstring textTemp; in OnBackPressed() local[all …]
432 std::wstring textTemp = StringUtils::ToWstring(text); variable433 auto textTempSize = static_cast<int32_t>(textTemp.size());