Searched refs:arrayU16NotComp (Results 1 – 2 of 2) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/tests/ |
D | ecma_string_test.cpp | 30 uint16_t arrayU16NotComp[] = {72, 43, 337, 961, 1317, 65535}; in SetUpTestCase() local 33 …EXPECT_FALSE(EcmaString::CanBeCompressed(arrayU16NotComp, sizeof(arrayU16Comp) / sizeof(arrayU16Co… in SetUpTestCase() 66 uint16_t arrayU16NotComp[] = {72, 43, 337, 961, 1317, 65535}; in HWTEST_F_L0() local 69 …EXPECT_FALSE(EcmaString::CanBeCompressed(arrayU16NotComp, sizeof(arrayU16Comp) / sizeof(arrayU16Co… in HWTEST_F_L0() 154 uint16_t arrayU16NotComp[] = {127, 33, 128, 12, 256, 11100, 65535}; in HWTEST_F_L0() local 155 size_t lengthEcmaStrU16NotComp = sizeof(arrayU16NotComp) / sizeof(arrayU16NotComp[0]); in HWTEST_F_L0() 157 … EcmaString::CreateFromUtf16(ecmaVMPtr, &arrayU16NotComp[0], lengthEcmaStrU16NotComp, false)); in HWTEST_F_L0() 199 uint16_t arrayU16NotComp[] = {127, 128, 256, 11100, 65535}; in HWTEST_F_L0() local 200 size_t lengthEcmaStrU16NotComp = sizeof(arrayU16NotComp) / sizeof(arrayU16NotComp[0]); in HWTEST_F_L0() 202 … EcmaString::CreateFromUtf16(ecmaVMPtr, &arrayU16NotComp[0], lengthEcmaStrU16NotComp, false)); in HWTEST_F_L0() [all …]
|
D | ecma_string_accessor_test.cpp | 190 uint16_t arrayU16NotComp[] = {127, 33, 128, 12, 256, 11100, 65535}; in HWTEST_F_L0() local 191 size_t lengthEcmaStrU16NotComp = sizeof(arrayU16NotComp) / sizeof(arrayU16NotComp[0]); in HWTEST_F_L0() 193 …EcmaStringAccessor::CreateFromUtf16(ecmaVMPtr, &arrayU16NotComp[0], lengthEcmaStrU16NotComp, false… in HWTEST_F_L0() 353 uint16_t arrayU16NotComp[] = {19, 54, 256, 11100, 65535}; in HWTEST_F_L0() local 354 uint32_t lengthEcmaStrU16NotComp = sizeof(arrayU16NotComp) / sizeof(arrayU16NotComp[0]); in HWTEST_F_L0() 356 …EcmaStringAccessor::CreateFromUtf16(ecmaVMPtr, &arrayU16NotComp[0], lengthEcmaStrU16NotComp, false… in HWTEST_F_L0() 421 uint16_t arrayU16NotComp[] = {19, 54, 256, 11100, 65535}; in HWTEST_F_L0() local 424 uint32_t lengthEcmaStrU16NotComp = sizeof(arrayU16NotComp) / sizeof(arrayU16NotComp[0]); in HWTEST_F_L0() 430 …EcmaStringAccessor::CreateFromUtf16(ecmaVMPtr, &arrayU16NotComp[0], lengthEcmaStrU16NotComp, false… in HWTEST_F_L0() 474 uint16_t arrayU16NotComp[] = {127, 128, 256, 11100, 65535}; in HWTEST_F_L0() local [all …]
|