Home
last modified time | relevance | path

Searched refs:lastLength (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/grid_layout/
H A Drender_grid_row.cpp148 double lastLength = maxSize.Width(); in PerformLayout() local
171 lastLength = maxSize.Width(); in PerformLayout()
181 position.SetX(lastLength - childSpanPlusOffsetWidth); in PerformLayout()
188 position.SetX(lastLength - childSpanPlusOffsetWidth); in PerformLayout()
189 lastLength -= childSpanPlusOffsetWidth + gutterInDouble.first; in PerformLayout()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/rich_editor/
H A Drich_editor_pattern_test_ng.cpp1013 int32_t lastLength = static_cast<int32_t>(StringUtils::ToWstring(lastInfo.GetValue()).length()); variable
1014 lastInfo.SetEraseLength(lastLength);
1196 int32_t lastLength = static_cast<int32_t>(StringUtils::ToWstring(lastInfo.GetValue()).length()); variable
1197 lastInfo.SetEraseLength(lastLength - 1);
1208 lastLength = static_cast<int32_t>(StringUtils::ToWstring(lastInfo.GetValue()).length());
1209 lastInfo.SetEraseLength(lastLength);
H A Drich_editor_edit_testone_ng.cpp1208 int32_t lastLength = static_cast<int32_t>(StringUtils::ToWstring(lastInfo.GetValue()).length()); variable
1209 lastInfo.SetEraseLength(lastLength);
1232 lastInfo.SetEraseLength(lastLength - 1);
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_native/client/hdi_client/hdi_interface/
H A Dwifi_hdi_util.c411 int lastLength = 3; in GetInfoElems() local
443 if ((length - last) > lastLength) { // make sure there is no useless character in GetInfoElems()
/ohos5.0/foundation/communication/wifi/wifi/relation_services/wifi_hal_service/wifi_hal_module/wpa_supplicant_hal/wpa_sta_hal/
H A Dwifi_supplicant_hal.c1148 int lastLength = 3; in GetInfoElems() local
1177 if ((length - last) > lastLength) { // make sure there is no useless character in GetInfoElems()
/ohos5.0/drivers/peripheral/wlan/wpa/interfaces/hdi_service/service_common/
H A Dwpa_supplicant_hal.c1339 int lastLength = 3; in GetInfoElems() local
1368 if ((length - last) > lastLength) { // make sure there is no useless character in GetInfoElems()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
H A Drich_editor_pattern.cpp9469 … int32_t lastLength = static_cast<int32_t>(StringUtils::ToWstring(lastInfo.GetValue()).length()); in OnBackPressed() local
9470 if (firstInfo.GetEraseLength() == firstLength && lastInfo.GetEraseLength() == lastLength) { in OnBackPressed()