Home
last modified time | relevance | path

Searched defs:mutf8Data (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_frontend/ts2panda/ts2abc/
Dts2abc.cpp162 std::vector<uint8_t> mutf8Data(mutf8DataLen); in ConvertUtf16ToMUtf8() local
/arkcompiler/ets_runtime/ecmascript/
Dobject_factory.cpp2582 EcmaString *ObjectFactory::GetRawStringFromStringTable(const uint8_t *mutf8Data, uint32_t utf16Len, in GetRawStringFromStringTable()