Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/tests/
Decma_string_accessor_test.cpp136 uint16_t arrayU16NotComp[] = {127, 33, 128, 12, 256, 11100, 65535}; in HWTEST_F_L0() local
137 size_t lengthEcmaStrU16NotComp = sizeof(arrayU16NotComp) / sizeof(arrayU16NotComp[0]); in HWTEST_F_L0()
139 …EcmaStringAccessor::CreateFromUtf16(instance, &arrayU16NotComp[0], lengthEcmaStrU16NotComp, false)… in HWTEST_F_L0()
271 uint16_t arrayU16NotComp[] = {19, 54, 256, 11100, 65535}; in HWTEST_F_L0() local
272 uint32_t lengthEcmaStrU16NotComp = sizeof(arrayU16NotComp) / sizeof(arrayU16NotComp[0]); in HWTEST_F_L0()
274 …EcmaStringAccessor::CreateFromUtf16(instance, &arrayU16NotComp[0], lengthEcmaStrU16NotComp, false)… in HWTEST_F_L0()
339 uint16_t arrayU16NotComp[] = {19, 54, 256, 11100, 65535}; in HWTEST_F_L0() local
342 uint32_t lengthEcmaStrU16NotComp = sizeof(arrayU16NotComp) / sizeof(arrayU16NotComp[0]); in HWTEST_F_L0()
348 …EcmaStringAccessor::CreateFromUtf16(instance, &arrayU16NotComp[0], lengthEcmaStrU16NotComp, false)… in HWTEST_F_L0()
392 uint16_t arrayU16NotComp[] = {127, 128, 256, 11100, 65535}; in HWTEST_F_L0() local
[all …]
Decma_string_test.cpp30 uint16_t arrayU16NotComp[] = {72, 43, 337, 961, 1317, 65535}; in SetUpTestCase() local
33 …EXPECT_FALSE(EcmaString::CanBeCompressed(arrayU16NotComp, sizeof(arrayU16Comp) / sizeof(arrayU16Co… in SetUpTestCase()
47 uint16_t arrayU16NotComp[] = {72, 43, 337, 961, 1317, 65535}; in HWTEST_F_L0() local
50 …EXPECT_FALSE(EcmaString::CanBeCompressed(arrayU16NotComp, sizeof(arrayU16Comp) / sizeof(arrayU16Co… in HWTEST_F_L0()
135 uint16_t arrayU16NotComp[] = {127, 33, 128, 12, 256, 11100, 65535}; in HWTEST_F_L0() local
136 size_t lengthEcmaStrU16NotComp = sizeof(arrayU16NotComp) / sizeof(arrayU16NotComp[0]); in HWTEST_F_L0()
138 EcmaString::CreateFromUtf16(instance, &arrayU16NotComp[0], lengthEcmaStrU16NotComp, false)); in HWTEST_F_L0()
180 uint16_t arrayU16NotComp[] = {127, 128, 256, 11100, 65535}; in HWTEST_F_L0() local
181 size_t lengthEcmaStrU16NotComp = sizeof(arrayU16NotComp) / sizeof(arrayU16NotComp[0]); in HWTEST_F_L0()
183 EcmaString::CreateFromUtf16(instance, &arrayU16NotComp[0], lengthEcmaStrU16NotComp, false)); in HWTEST_F_L0()
[all …]