Home
last modified time | relevance | path

Searched refs:arrayBackU16NotComp (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/tests/
Dconstant_string_test.cpp194 uint16_t arrayBackU16NotComp[] = {88, 768, 1, 270, 345, 333}; in HWTEST_F_L0() local
196 …uint32_t lengthEcmaStrBackU16NotComp = sizeof(arrayBackU16NotComp) / sizeof(arrayBackU16NotComp[0]… in HWTEST_F_L0()
200 …EcmaStringAccessor::CreateFromUtf16(instance, &arrayBackU16NotComp[0], lengthEcmaStrBackU16NotComp… in HWTEST_F_L0()
209 arrayBackU16NotComp[i]); in HWTEST_F_L0()
Decma_test_common.h57 uint16_t arrayBackU16NotComp[] = {88, 768, 1, 270, 345, 333}; variable
58 …uint32_t lengthEcmaStrBackU16NotComp = sizeof(arrayBackU16NotComp) / sizeof(arrayBackU16NotComp[0]…
69 …EcmaStringAccessor::CreateFromUtf16(instance, &arrayBackU16NotComp[0], lengthEcmaStrBackU16NotComp…
78 arrayBackU16NotComp[i]);
Decma_string_test.cpp427 uint16_t arrayBackU16NotComp[] = {88, 768, 1, 270, 345, 333}; in HWTEST_F_L0() local
429 …uint32_t lengthEcmaStrBackU16NotComp = sizeof(arrayBackU16NotComp) / sizeof(arrayBackU16NotComp[0]… in HWTEST_F_L0()
433 …EcmaString::CreateFromUtf16(instance, &arrayBackU16NotComp[0], lengthEcmaStrBackU16NotComp, false)… in HWTEST_F_L0()
441 …CT_EQ(handleEcmaStrConcatU16NotComp->At(i + lengthEcmaStrFrontU16NotComp), arrayBackU16NotComp[i]); in HWTEST_F_L0()
457 uint16_t arrayBackU16NotComp[] = {88, 768, 1, 270, 345, 333}; in HWTEST_F_L0() local
459 …uint32_t lengthEcmaStrBackU16NotComp = sizeof(arrayBackU16NotComp) / sizeof(arrayBackU16NotComp[0]… in HWTEST_F_L0()
463 …EcmaString::CreateFromUtf16(instance, &arrayBackU16NotComp[0], lengthEcmaStrBackU16NotComp, false)… in HWTEST_F_L0()
471 … EXPECT_EQ(handleEcmaStrConcatU8U16NotComp->At(i + lengthEcmaStrFrontU8), arrayBackU16NotComp[i]); in HWTEST_F_L0()
Decma_string_accessor_test.cpp186 uint16_t arrayBackU16NotComp[] = {88, 768, 1, 270, 345, 333}; in HWTEST_F_L0() local
188 …uint32_t lengthEcmaStrBackU16NotComp = sizeof(arrayBackU16NotComp) / sizeof(arrayBackU16NotComp[0]… in HWTEST_F_L0()
192 …EcmaStringAccessor::CreateFromUtf16(instance, &arrayBackU16NotComp[0], lengthEcmaStrBackU16NotComp… in HWTEST_F_L0()
201 arrayBackU16NotComp[i]); in HWTEST_F_L0()