Home
last modified time | relevance | path

Searched refs:textTemp (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
H A Drich_editor_pattern.cpp5192 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() local
9540 auto it = textTemp.find(lineSeparator); in OnBackPressed()
9542 auto content = StringUtils::ToString(textTemp); in OnBackPressed()
9748 std::wstring textTemp; in OnBackPressed() local
[all …]
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/rich_editor/
H A Drich_editor_pattern_testfour_ng.cpp432 std::wstring textTemp = StringUtils::ToWstring(text); variable
433 auto textTempSize = static_cast<int32_t>(textTemp.size());