Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/js_api/
Djs_api_buffer.cpp50 using u16string = std::u16string; typedef
164 auto u16string = StringConverter::Utf8ToUtf16BE(strAccessor.ToStdString(thread)); in FromStringUtf16() local