Searched refs:len2 (Results 1 - 6 of 6) sorted by relevance
/foundation/arkui/ace_engine_lite/frameworks/common/log/ |
H A D | ace_log.cpp | 111 const size_t len2 = 2; in HILOG_CHARACTERS() local 121 buffer[index], buffer[index + len1], buffer[index + len2], in HILOG_CHARACTERS() 125 buffer[index], buffer[index + len1], buffer[index + len2], in HILOG_CHARACTERS() 129 buffer[index], buffer[index + len1], buffer[index + len2], buffer[index + len3]); in HILOG_CHARACTERS() 132 buffer[index], buffer[index + len1], buffer[index + len2]); in HILOG_CHARACTERS() 133 } else if (len == len2) { in HILOG_CHARACTERS()
|
/foundation/graphic/graphic_3d/lume/LumeBase/api/base/containers/ |
H A D | string_view.h | 641 const auto len2 = str.length(); variable 642 if (len2 > len) { 648 if (len2 == 0) { 651 if ((pos + len2) > len) { 652 pos = len - len2; 660 const auto diff = basic_string_view<CharT>(s1, len2).compare(str);
|
/foundation/deviceprofile/device_info_manager/services/core/test/unittest/ |
H A D | profile_utils_test.cpp | 65 string len2 = ""; in HWTEST_F() local 66 string res = ProfileUtils::GetDbKeyAnonyString(len2); in HWTEST_F() 78 string len2 = "ab"; in HWTEST_F() local 79 string res = ProfileUtils::GetDbKeyAnonyString(len2); in HWTEST_F() 91 string len2 = "ab#abc"; in HWTEST_F() local 92 string res = ProfileUtils::GetDbKeyAnonyString(len2); in HWTEST_F() 104 string len2 = "ab"; in HWTEST_F() local 105 string res = ProfileUtils::GetAnonyString(len2); in HWTEST_F()
|
/foundation/graphic/graphic_3d/lume/LumeEcsSerializer/EcsSerializer/src/ecs_serializer/ |
H A D | entity_collection.cpp | 737 auto len2 = propertyPath.length(); 738 if (len2 > len1) {
|
/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/ |
H A D | entity_collection.cpp | 770 auto len2 = propertyPath.length(); 771 if (len2 > len1) {
|
/foundation/arkui/ui_lite/frameworks/render/ |
H A D | render_scanline.cpp | 667 int32_t len2 = span1->spanLength - len1; // Length of intersection in CalcOutScanlineLeft() local 673 for (int32_t i = 0; i < len2; i++, cover1++) { in CalcOutScanlineLeft()
|
Completed in 8 milliseconds