Home
last modified time | relevance | path

Searched refs:length2 (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/foundation/arkui/ui_lite/test/unittest/common/
H A Dinput_method_manager_unit_test.cpp138 uint16_t length2 = 2; // 2: length variable
139 inputMethodManager.DeleteBackward(length2);
140 tmp = text.substr(0, text.length() - length1 - length2);
/ohos5.0/foundation/arkui/ui_lite/test/unittest/components/
H A Dui_edit_text_unit_test.cpp152 uint16_t length2 = 0; variable
153 editText->SetMaxLength(length2);
154 EXPECT_EQ(editText->GetMaxLength(), length2);
/ohos5.0/commonlibrary/ets_utils/js_api_module/buffer/src/
H A Djs_buffer.ts1559 let length2: number = targetEnd - targetStart;
1560 let length: number = length1 > length2 ? length2 : length1;
1564 if (length1 === length2) {
1567 return length1 < length2 ? -1 : 1;
1581 if (length1 === length2) {
1584 return length1 < length2 ? -1 : 1;
2335 let length2: number = bufData2.length;
2336 let length: number = length1 > length2 ? length2 : length1;
2346 if (length1 > length2) {
2348 } else if (length1 < length2) {
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/sdp/
H A Dsdp_server.c75 …c bool CompareUuid(const uint8_t *uuid1, uint16_t length1, const uint8_t *uuid2, uint16_t length2);
1706 …ic bool CompareUuid(const uint8_t *uuid1, uint16_t length1, const uint8_t *uuid2, uint16_t length2) in CompareUuid() argument
1713 …((length2 != SDP_UUID16_LENGTH) && (length2 != SDP_UUID32_LENGTH) && (length2 != SDP_UUID128_LENGT… in CompareUuid()
1729 if (length2 == SDP_UUID16_LENGTH) { in CompareUuid()
1733 } else if (length2 == SDP_UUID32_LENGTH) { in CompareUuid()
/ohos5.0/base/security/crypto_framework/test/unittest/src/aes_cipher/
H A Daes_common.cpp127 uint32_t length2 = infile2.tellg(); in CompareFileContent() local
129 if (length1 != length2) { in CompareFileContent()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/data_panel/
H A Ddata_panel_content_modifier_test_ng.cpp1894 int length2 = 11; variable
1896 GradientColorSet(valueColors3, length2);
1942 int length2 = 12; variable
1944 GradientColorSet(valueColors3, length2);
H A Ddata_panel_test_ng.cpp723 int length2 = 11; variable
725 GradientColorSet(valueColors3, length2);
771 int length2 = 12; variable
773 GradientColorSet(valueColors3, length2);
/ohos5.0/commonlibrary/ets_utils/js_sys_module/console/test/
H A Dtest_console.cpp537 uint32_t length2 = 2; variable
538 napi_create_array_with_length(env, length2, &array2);
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/distributedWant/
H A Ddistributed_want_test.cpp3510 int length2 = want_->GetEntities().size(); variable
3512 EXPECT_EQ(0, length2);
/ohos5.0/foundation/ability/ability_base/test/unittest/want/
H A Dwant_test.cpp3815 int length2 = want_->GetEntities().size(); variable
3817 EXPECT_EQ(0, length2);