Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/common_components/objects/
Dbase_string.cpp479 std::u16string Utf8ToU16String(const uint8_t* utf8Data, uint32_t dataLen) in Utf8ToU16String() function
/arkcompiler/ets_runtime/ecmascript/base/
Dstring_helper.h133 static inline std::u16string Utf8ToU16String(const uint8_t *utf8Data, uint32_t dataLen) in Utf8ToU16String() function