Home | History | Annotate | Download | only in adb

Lines Matching refs:utf16

2362     std::wstring utf16;
2368 (void)android::base::UTF8ToWide(utf8, utf8_size, &utf16);
2381 if (!WriteConsoleW(console, utf16.c_str(), utf16.length(), &written, NULL)) {