Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/tests/
Decma_string_test.cpp557 uint32_t indexStartSubU16NotComp = 0; in HWTEST_F_L0() local
560 …EcmaString::FastSubString(ecmaVMPtr, handleEcmaStrU16NotComp, indexStartSubU16NotComp, lengthSubU1… in HWTEST_F_L0()
562 …CT_EQ(handleEcmaStrSubU16NotComp->At(i), handleEcmaStrU16NotComp->At(i + indexStartSubU16NotComp)); in HWTEST_F_L0()
Decma_string_accessor_test.cpp357 uint32_t indexStartSubU16NotComp = 0; in HWTEST_F_L0() local
360 ecmaVMPtr, handleEcmaStrU16NotComp, indexStartSubU16NotComp, lengthSubU16NotComp)); in HWTEST_F_L0()
363 EcmaStringAccessor(handleEcmaStrU16NotComp).Get(i + indexStartSubU16NotComp)); in HWTEST_F_L0()