Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/common_components/objects/
Dbase_string.cpp472 std::u16string Utf16ToU16String(const uint16_t* utf16Data, uint32_t dataLen) in Utf16ToU16String() function
/arkcompiler/ets_runtime/ecmascript/base/
Dstring_helper.h113 static inline std::u16string Utf16ToU16String(const uint16_t *utf16Data, uint32_t dataLen) in Utf16ToU16String() function