Searched refs:arrayBackU16NotComp (Results 1 – 4 of 4) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| D | constant_string_test.cpp | 194 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()
|
| D | ecma_test_common.h | 57 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]);
|
| D | ecma_string_test.cpp | 427 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()
|
| D | ecma_string_accessor_test.cpp | 186 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()
|