• Home
  • Raw
  • Download

Lines Matching refs:arrayU16NotComp

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()
553 uint16_t arrayU16NotComp[] = {19, 54, 256, 11100, 65535}; in HWTEST_F_L0() local
554 uint32_t lengthEcmaStrU16NotComp = sizeof(arrayU16NotComp) / sizeof(arrayU16NotComp[0]); in HWTEST_F_L0()
556 … EcmaString::CreateFromUtf16(ecmaVMPtr, &arrayU16NotComp[0], lengthEcmaStrU16NotComp, false)); in HWTEST_F_L0()
738 uint16_t arrayU16NotComp[] = {19, 54, 256, 11100, 65535}; in HWTEST_F_L0() local
741 uint32_t lengthEcmaStrU16NotComp = sizeof(arrayU16NotComp) / sizeof(arrayU16NotComp[0]); in HWTEST_F_L0()
747 … EcmaString::CreateFromUtf16(ecmaVMPtr, &arrayU16NotComp[0], lengthEcmaStrU16NotComp, false)); in HWTEST_F_L0()
789 uint16_t arrayU16NotComp[] = {67, 777, 1999, 1, 45, 66, 23456, 65535, 127, 333}; in HWTEST_F_L0() local
790 uint32_t lengthEcmaStrU16NotComp = sizeof(arrayU16NotComp) / sizeof(arrayU16NotComp[0]); in HWTEST_F_L0()
792 … EcmaString::CreateFromUtf16(ecmaVMPtr, &arrayU16NotComp[0], lengthEcmaStrU16NotComp, false)); in HWTEST_F_L0()
794 EXPECT_EQ(*(handleEcmaStrU16NotComp->GetDataUtf16() + i), arrayU16NotComp[i]); in HWTEST_F_L0()
1537 uint16_t arrayU16NotComp[] = {199, 1, 256, 65535, 777}; in HWTEST_F_L0() local
1538 uint32_t lengthEcmaStrU16NotComp = sizeof(arrayU16NotComp) / sizeof(arrayU16NotComp[0]); in HWTEST_F_L0()
1540 … EcmaString::CreateFromUtf16(ecmaVMPtr, &arrayU16NotComp[0], lengthEcmaStrU16NotComp, false)); in HWTEST_F_L0()
1543 hashExpect = hashExpect * 31 + arrayU16NotComp[i]; in HWTEST_F_L0()
1604 uint16_t arrayU16NotComp[] = {97, 98, 99}; in HWTEST_F_L0() local
1605 uint32_t lengthEcmaStrU16NotComp = sizeof(arrayU16NotComp) / sizeof(arrayU16NotComp[0]); in HWTEST_F_L0()
1607 EcmaString::CreateFromUtf16(ecmaVMPtr, &arrayU16NotComp[0], lengthEcmaStrU16NotComp, true)); in HWTEST_F_L0()