Home
last modified time | relevance | path

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

/developtools/smartperf_host/smartperf_host/trace_streamer/src/base/
Dcodec_cov.cpp112 std::unique_ptr<wchar_t[]> wstr = std::make_unique<wchar_t[]>(len + 1); in GbkToUtf8() local
122 std::unique_ptr<wchar_t[]> wstr = std::make_unique<wchar_t[]>(len + 1); in Utf8ToGbk() local
/developtools/hdc/src/host/
Dhost_uart.cpp233 std::string WstringToString(const std::wstring &wstr) in EnumSerialPort()
/developtools/hdc/src/common/
Dbase.cpp2074 wchar_t *wstr = new(std::nothrow) wchar_t[count + 1](); in UnicodeToUtf8() local