Searched refs:length1 (Results 1 – 7 of 7) sorted by relevance
/ohos5.0/foundation/arkui/ui_lite/test/unittest/common/ |
H A D | input_method_manager_unit_test.cpp | 132 uint16_t length1 = 1; variable 133 inputMethodManager.DeleteBackward(length1); 134 std::string tmp = text.substr(0, text.length() - length1); 140 tmp = text.substr(0, text.length() - length1 - length2);
|
/ohos5.0/foundation/arkui/ui_lite/test/unittest/components/ |
H A D | ui_edit_text_unit_test.cpp | 148 uint16_t length1 = 20; variable 149 editText->SetMaxLength(length1); 150 EXPECT_EQ(editText->GetMaxLength(), length1);
|
/ohos5.0/commonlibrary/ets_utils/js_api_module/buffer/src/ |
H A D | js_buffer.ts | 1558 let length1: number = sourceEnd - sourceStart; 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; 2334 let length1: number = bufData1.length; 2336 let length: number = length1 > length2 ? length2 : length1; 2346 if (length1 > length2) { 2348 } else if (length1 < length2) {
|
/ohos5.0/base/security/crypto_framework/test/unittest/src/aes_cipher/ |
H A D | aes_common.cpp | 122 uint32_t length1 = infile1.tellg(); in CompareFileContent() local 129 if (length1 != length2) { in CompareFileContent() 134 for (uint32_t i = 0; i < length1 / FILE_BLOCK_SIZE; i++) { in CompareFileContent()
|
/ohos5.0/base/sensors/sensor/test/unittest/interfaces/kits/ |
H A D | sensor_native_test.cpp | 231 uint32_t *length1 = nullptr; variable 232 ret = OH_SensorInfo_GetName(sensors[0], sensorName, length1); 290 uint32_t *length1 = nullptr; variable 291 ret = OH_SensorInfo_GetVendorName(sensors[0], vendorName, length1);
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/sdp/ |
H A D | sdp_server.c | 75 static bool CompareUuid(const uint8_t *uuid1, uint16_t length1, const uint8_t *uuid2, uint16_t leng… 1706 static bool CompareUuid(const uint8_t *uuid1, uint16_t length1, const uint8_t *uuid2, uint16_t leng… in CompareUuid() argument 1712 …if (((length1 != SDP_UUID16_LENGTH) && (length1 != SDP_UUID32_LENGTH) && (length1 != SDP_UUID128_L… in CompareUuid() 1717 if (length1 == SDP_UUID16_LENGTH) { in CompareUuid() 1721 } else if (length1 == SDP_UUID32_LENGTH) { in CompareUuid()
|
/ohos5.0/commonlibrary/ets_utils/js_sys_module/console/test/ |
H A D | test_console.cpp | 530 uint32_t length1 = 2; variable 531 napi_create_array_with_length(env, length1, &array1);
|