Home
last modified time | relevance | path

Searched refs:firstLength (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/rich_editor/
H A Drich_editor_pattern_test_ng.cpp1010 … int32_t firstLength = static_cast<int32_t>(StringUtils::ToWstring(firstInfo.GetValue()).length()); variable
1011 firstInfo.SetEraseLength(firstLength);
1206 … int32_t firstLength = static_cast<int32_t>(StringUtils::ToWstring(firstInfo.GetValue()).length()); variable
1207 firstInfo.SetEraseLength(firstLength);
1268 … int32_t firstLength = static_cast<int32_t>(StringUtils::ToWstring(firstInfo.GetValue()).length()); variable
1269 firstInfo.SetEraseLength(firstLength);
H A Drich_editor_keyboard_shortcut_test_ng.cpp934 … int32_t firstLength = static_cast<int32_t>(StringUtils::ToWstring(firstInfo.GetValue()).length()); variable
935 firstInfo.SetEraseLength(firstLength);
H A Drich_editor_edit_testone_ng.cpp1205 … int32_t firstLength = static_cast<int32_t>(StringUtils::ToWstring(firstInfo.GetValue()).length()); variable
1206 firstInfo.SetEraseLength(firstLength);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
H A Drich_editor_pattern.cpp9468 … int32_t firstLength = static_cast<int32_t>(StringUtils::ToWstring(firstInfo.GetValue()).length()); in OnBackPressed() local
9470 if (firstInfo.GetEraseLength() == firstLength && lastInfo.GetEraseLength() == lastLength) { in OnBackPressed()
9476 } else if (firstInfo.GetEraseLength() == firstLength) { in OnBackPressed()