Home
last modified time | relevance | path

Searched refs:utf16 (Results 1 – 3 of 3) sorted by relevance

/packages/providers/MediaProvider/pdf/framework/libs/pdfClient/
Dutf.cc39 std::string Utf16ToUtf8(const std::u16string& utf16) { in Utf16ToUtf8() argument
41 unchecked::utf16to8(utf16.begin(), utf16.end(), std::back_inserter(result)); in Utf16ToUtf8()
Dutf.h37 std::string Utf16ToUtf8(const std::u16string& utf16);
/packages/modules/adb/
Dsysdeps_win32.cpp2712 std::wstring utf16; in _console_write_utf8() local
2718 (void)android::base::UTF8ToWide(utf8, utf8_size, &utf16); in _console_write_utf8()
2731 if (!WriteConsoleW(console, utf16.c_str(), utf16.length(), &written, nullptr)) { in _console_write_utf8()