Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/tests/
Decma_string_accessor_test.cpp185 uint16_t arrayFrontU16NotComp[] = {128, 129, 256, 11100, 65535, 100}; in HWTEST_F_L0() local
187 …uint32_t lengthEcmaStrFrontU16NotComp = sizeof(arrayFrontU16NotComp) / sizeof(arrayFrontU16NotComp in HWTEST_F_L0()
190 …EcmaStringAccessor::CreateFromUtf16(instance, &arrayFrontU16NotComp[0], lengthEcmaStrFrontU16NotCo… in HWTEST_F_L0()
197 … EXPECT_EQ(EcmaStringAccessor(handleEcmaStrConcatU16NotComp).Get(i), arrayFrontU16NotComp[i]); in HWTEST_F_L0()
Decma_string_test.cpp426 uint16_t arrayFrontU16NotComp[] = {128, 129, 256, 11100, 65535, 100}; in HWTEST_F_L0() local
428 …uint32_t lengthEcmaStrFrontU16NotComp = sizeof(arrayFrontU16NotComp) / sizeof(arrayFrontU16NotComp in HWTEST_F_L0()
431 …EcmaString::CreateFromUtf16(instance, &arrayFrontU16NotComp[0], lengthEcmaStrFrontU16NotComp, fals… in HWTEST_F_L0()
438 EXPECT_EQ(handleEcmaStrConcatU16NotComp->At(i), arrayFrontU16NotComp[i]); in HWTEST_F_L0()