Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/tests/
Decma_string_accessor_test.cpp872 uint16_t arrayU16NotCompTarget[] = {1453, 44}; in HWTEST_F_L0() local
874 …uint32_t lengthEcmaStrU16NotCompTarget = sizeof(arrayU16NotCompTarget) / sizeof(arrayU16NotCompTar… in HWTEST_F_L0()
877 instance, &arrayU16NotCompTarget[0], lengthEcmaStrU16NotCompTarget, false)); in HWTEST_F_L0()
Decma_string_test.cpp1023 uint16_t arrayU16NotCompTarget[] = {1453, 44}; in HWTEST_F_L0() local
1025 …uint32_t lengthEcmaStrU16NotCompTarget = sizeof(arrayU16NotCompTarget) / sizeof(arrayU16NotCompTar… in HWTEST_F_L0()
1028 …EcmaString::CreateFromUtf16(instance, &arrayU16NotCompTarget[0], lengthEcmaStrU16NotCompTarget, fa… in HWTEST_F_L0()