Searched refs:arrayFrontU16NotComp (Results 1 – 2 of 2) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/tests/ |
D | ecma_string_test.cpp | 445 uint16_t arrayFrontU16NotComp[] = {128, 129, 256, 11100, 65535, 100}; in HWTEST_F_L0() local 447 …uint32_t lengthEcmaStrFrontU16NotComp = sizeof(arrayFrontU16NotComp) / sizeof(arrayFrontU16NotComp… in HWTEST_F_L0() 450 …EcmaString::CreateFromUtf16(ecmaVMPtr, &arrayFrontU16NotComp[0], lengthEcmaStrFrontU16NotComp, fal… in HWTEST_F_L0() 457 EXPECT_EQ(handleEcmaStrConcatU16NotComp->At(i), arrayFrontU16NotComp[i]); in HWTEST_F_L0()
|
D | ecma_string_accessor_test.cpp | 239 uint16_t arrayFrontU16NotComp[] = {128, 129, 256, 11100, 65535, 100}; in HWTEST_F_L0() local 241 …uint32_t lengthEcmaStrFrontU16NotComp = sizeof(arrayFrontU16NotComp) / sizeof(arrayFrontU16NotComp… in HWTEST_F_L0() 244 …EcmaStringAccessor::CreateFromUtf16(ecmaVMPtr, &arrayFrontU16NotComp[0], lengthEcmaStrFrontU16NotC… in HWTEST_F_L0() 251 … EXPECT_EQ(EcmaStringAccessor(handleEcmaStrConcatU16NotComp).Get(i), arrayFrontU16NotComp[i]); in HWTEST_F_L0()
|