Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/tests/
Dconstant_string_test.cpp523 uint8_t testStr2U8[] = {"AAAbbbcccDDD"}; in HWTEST_F_L0() local
524 uint32_t testLength2 = sizeof(testStr2U8) - 1; in HWTEST_F_L0()
526 EcmaStringAccessor::CreateConstantString(instance, &testStr2U8[0], testLength2, true)); in HWTEST_F_L0()