Home
last modified time | relevance | path

Searched refs:len2 (Results 1 - 6 of 6) sorted by relevance

/foundation/arkui/ace_engine_lite/frameworks/common/log/
H A Dace_log.cpp111 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 Dstring_view.h641 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 Dprofile_utils_test.cpp65 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 Dentity_collection.cpp737 auto len2 = propertyPath.length();
738 if (len2 > len1) {
/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Dentity_collection.cpp770 auto len2 = propertyPath.length();
771 if (len2 > len1) {
/foundation/arkui/ui_lite/frameworks/render/
H A Drender_scanline.cpp667 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