Searched refs:arrayU16NotCompNo3 (Results 1 – 4 of 4) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| D | ecma_string_accessor_test.cpp | 1001 uint16_t arrayU16NotCompNo3[] = {1, 23, 456, 6789, 65535, 127}; in HWTEST_F_L0() local 1004 … uint32_t lengthEcmaStrU16NotCompNo3 = sizeof(arrayU16NotCompNo3) / sizeof(arrayU16NotCompNo3[0]); in HWTEST_F_L0() 1010 …EcmaStringAccessor::CreateFromUtf16(instance, &arrayU16NotCompNo3[0], lengthEcmaStrU16NotCompNo3, … in HWTEST_F_L0() 1051 uint16_t arrayU16NotCompNo3[] = {1, 23, 456, 6789, 65535, 127}; in HWTEST_F_L0() local 1052 … uint32_t lengthEcmaStrU16NotCompNo3 = sizeof(arrayU16NotCompNo3) / sizeof(arrayU16NotCompNo3[0]); in HWTEST_F_L0() 1054 …EcmaStringAccessor::CreateFromUtf16(instance, &arrayU16NotCompNo3[0], lengthEcmaStrU16NotCompNo3, … in HWTEST_F_L0() 1089 uint16_t arrayU16NotCompNo3[] = {1, 23, 456, 6789, 65535, 127}; in HWTEST_F_L0() local 1090 … uint32_t lengthEcmaStrU16NotCompNo3 = sizeof(arrayU16NotCompNo3) / sizeof(arrayU16NotCompNo3[0]); in HWTEST_F_L0() 1092 …EcmaStringAccessor::CreateFromUtf16(instance, &arrayU16NotCompNo3[0], lengthEcmaStrU16NotCompNo3, … in HWTEST_F_L0() 1238 uint16_t arrayU16NotCompNo3[] = {1, 234, 345, 127, 2345, 65535, 5}; in HWTEST_F_L0() local [all …]
|
| D | ecma_string_test.cpp | 294 uint16_t arrayU16NotCompNo3[] = {1, 23, 456, 6789, 65535, 127}; in HWTEST_F_L0() local 297 … uint32_t lengthEcmaStrU16NotCompNo3 = sizeof(arrayU16NotCompNo3) / sizeof(arrayU16NotCompNo3[0]); in HWTEST_F_L0() 303 … EcmaString::CreateFromUtf16(instance, &arrayU16NotCompNo3[0], lengthEcmaStrU16NotCompNo3, false)); in HWTEST_F_L0() 324 uint16_t arrayU16NotCompNo3[] = {1, 23, 456, 6789, 65535, 127}; in HWTEST_F_L0() local 329 … uint32_t lengthEcmaStrU16NotCompNo3 = sizeof(arrayU16NotCompNo3) / sizeof(arrayU16NotCompNo3[0]); in HWTEST_F_L0() 339 … EcmaString::CreateFromUtf16(instance, &arrayU16NotCompNo3[0], lengthEcmaStrU16NotCompNo3, false)); in HWTEST_F_L0() 362 uint16_t arrayU16NotCompNo3[] = {1, 23, 456, 6789, 65535, 127}; in HWTEST_F_L0() local 367 … uint32_t lengthEcmaStrU16NotCompNo3 = sizeof(arrayU16NotCompNo3) / sizeof(arrayU16NotCompNo3[0]); in HWTEST_F_L0() 377 … EcmaString::CreateFromUtf16(instance, &arrayU16NotCompNo3[0], lengthEcmaStrU16NotCompNo3, false)); in HWTEST_F_L0() 1211 uint16_t arrayU16NotCompNo3[] = {1, 234, 345, 127, 2345, 65535, 5}; in HWTEST_F_L0() local [all …]
|
| D | constant_string_test.cpp | 140 uint16_t arrayU16NotCompNo3[] = {1, 23, 456, 6789, 65535, 127}; in HWTEST_F_L0() local 141 … uint32_t lengthEcmaStrU16NotCompNo3 = sizeof(arrayU16NotCompNo3) / sizeof(arrayU16NotCompNo3[0]); in HWTEST_F_L0() 143 …EcmaStringAccessor::CreateFromUtf16(instance, &arrayU16NotCompNo3[0], lengthEcmaStrU16NotCompNo3, … in HWTEST_F_L0()
|
| D | ecma_test_common.h | 128 uint16_t arrayU16NotCompNo3[] = {45, 92}; in StringIsEqualCommonCase() local 133 … uint32_t lengthEcmaStrU16NotCompNo3 = sizeof(arrayU16NotCompNo3) / sizeof(arrayU16NotCompNo3[0]); in StringIsEqualCommonCase() 143 …EcmaStringAccessor::CreateFromUtf16(instance, &arrayU16NotCompNo3[0], lengthEcmaStrU16NotCompNo3, … in StringIsEqualCommonCase()
|