Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/tests/
Dconstant_string_test.cpp562 uint8_t upperU8[] = {"AAABBBCCCDDD"}; in HWTEST_F_L0() local
563 uint32_t upperLength = sizeof(upperU8) - 1; in HWTEST_F_L0()
565 EcmaStringAccessor::CreateConstantString(ecmaVMPtr, &upperU8[0], upperLength, true)); in HWTEST_F_L0()