Home
last modified time | relevance | path

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

/arkcompiler/jsvm/src/inspector/
Dinspector_utils.cpp35 inline icu::UnicodeString Utf8ToUtf16(const char* data, size_t len) in Utf8ToUtf16() function
/arkcompiler/ets_frontend/es2panda/util/
Dhelpers.cpp881 std::wstring Helpers::Utf8ToUtf16(const std::string &utf8) in Utf8ToUtf16() function in panda::es2panda::util::Helpers