• 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()
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()
534 uint16_t arrayU16NotComp[] = {19, 54, 256, 11100, 65535}; in HWTEST_F_L0() local
535 uint32_t lengthEcmaStrU16NotComp = sizeof(arrayU16NotComp) / sizeof(arrayU16NotComp[0]); in HWTEST_F_L0()
537 EcmaString::CreateFromUtf16(instance, &arrayU16NotComp[0], lengthEcmaStrU16NotComp, false)); in HWTEST_F_L0()
719 uint16_t arrayU16NotComp[] = {19, 54, 256, 11100, 65535}; in HWTEST_F_L0() local
722 uint32_t lengthEcmaStrU16NotComp = sizeof(arrayU16NotComp) / sizeof(arrayU16NotComp[0]); in HWTEST_F_L0()
728 EcmaString::CreateFromUtf16(instance, &arrayU16NotComp[0], lengthEcmaStrU16NotComp, false)); in HWTEST_F_L0()
770 uint16_t arrayU16NotComp[] = {67, 777, 1999, 1, 45, 66, 23456, 65535, 127, 333}; in HWTEST_F_L0() local
771 uint32_t lengthEcmaStrU16NotComp = sizeof(arrayU16NotComp) / sizeof(arrayU16NotComp[0]); in HWTEST_F_L0()
773 EcmaString::CreateFromUtf16(instance, &arrayU16NotComp[0], lengthEcmaStrU16NotComp, false)); in HWTEST_F_L0()
775 EXPECT_EQ(*(handleEcmaStrU16NotComp->GetDataUtf16() + i), arrayU16NotComp[i]); in HWTEST_F_L0()
1494 uint16_t arrayU16NotComp[] = {199, 1, 256, 65535, 777}; in HWTEST_F_L0() local
1495 uint32_t lengthEcmaStrU16NotComp = sizeof(arrayU16NotComp) / sizeof(arrayU16NotComp[0]); in HWTEST_F_L0()
1497 EcmaString::CreateFromUtf16(instance, &arrayU16NotComp[0], lengthEcmaStrU16NotComp, false)); in HWTEST_F_L0()
1500 hashExpect = hashExpect * 31 + arrayU16NotComp[i]; in HWTEST_F_L0()
1561 uint16_t arrayU16NotComp[] = {97, 98, 99}; in HWTEST_F_L0() local
1562 uint32_t lengthEcmaStrU16NotComp = sizeof(arrayU16NotComp) / sizeof(arrayU16NotComp[0]); in HWTEST_F_L0()
1564 EcmaString::CreateFromUtf16(instance, &arrayU16NotComp[0], lengthEcmaStrU16NotComp, true)); in HWTEST_F_L0()