Home
last modified time | relevance | path

Searched refs:lengthSubU16Comp (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/tests/
Decma_string_test.cpp534 uint32_t lengthSubU16Comp = 2; in HWTEST_F_L0() local
536 …cmaString::FastSubString(ecmaVMPtr, handleEcmaStrU16Comp, indexStartSubU16Comp, lengthSubU16Comp)); in HWTEST_F_L0()
537 for (uint32_t i = 0; i < lengthSubU16Comp; i++) { in HWTEST_F_L0()
540 EXPECT_EQ(handleEcmaStrSubU16Comp->GetLength(), lengthSubU16Comp); in HWTEST_F_L0()
Decma_string_accessor_test.cpp333 uint32_t lengthSubU16Comp = 2; in HWTEST_F_L0() local
335 …gAccessor::FastSubString(ecmaVMPtr, handleEcmaStrU16Comp, indexStartSubU16Comp, lengthSubU16Comp)); in HWTEST_F_L0()
336 for (uint32_t i = 0; i < lengthSubU16Comp; i++) { in HWTEST_F_L0()
340 EXPECT_EQ(EcmaStringAccessor(handleEcmaStrSubU16Comp).GetLength(), lengthSubU16Comp); in HWTEST_F_L0()