Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/tests/
Decma_string_test.cpp1042 uint16_t arrayU16NotCompTarget[] = {1453, 44}; in HWTEST_F_L0() local
1044 …uint32_t lengthEcmaStrU16NotCompTarget = sizeof(arrayU16NotCompTarget) / sizeof(arrayU16NotCompTar… in HWTEST_F_L0()
1047 …EcmaString::CreateFromUtf16(ecmaVMPtr, &arrayU16NotCompTarget[0], lengthEcmaStrU16NotCompTarget, f… in HWTEST_F_L0()
Decma_string_accessor_test.cpp966 uint16_t arrayU16NotCompTarget[] = {1453, 44}; in HWTEST_F_L0() local
968 …uint32_t lengthEcmaStrU16NotCompTarget = sizeof(arrayU16NotCompTarget) / sizeof(arrayU16NotCompTar… in HWTEST_F_L0()
971 ecmaVMPtr, &arrayU16NotCompTarget[0], lengthEcmaStrU16NotCompTarget, false)); in HWTEST_F_L0()