Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/tests/
Decma_string_test.cpp558 uint32_t lengthSubU16NotComp = 2; in HWTEST_F_L0() local
560 …::FastSubString(ecmaVMPtr, handleEcmaStrU16NotComp, indexStartSubU16NotComp, lengthSubU16NotComp)); in HWTEST_F_L0()
561 for (uint32_t i = 0; i < lengthSubU16NotComp; i++) { in HWTEST_F_L0()
564 EXPECT_EQ(handleEcmaStrSubU16NotComp->GetLength(), lengthSubU16NotComp); in HWTEST_F_L0()
Decma_string_accessor_test.cpp358 uint32_t lengthSubU16NotComp = 2; in HWTEST_F_L0() local
360 ecmaVMPtr, handleEcmaStrU16NotComp, indexStartSubU16NotComp, lengthSubU16NotComp)); in HWTEST_F_L0()
361 for (uint32_t i = 0; i < lengthSubU16NotComp; i++) { in HWTEST_F_L0()
365 EXPECT_EQ(EcmaStringAccessor(handleEcmaStrSubU16NotComp).GetLength(), lengthSubU16NotComp); in HWTEST_F_L0()