Searched refs:utf16 (Results 1 – 3 of 3) sorted by relevance
39 std::string Utf16ToUtf8(const std::u16string& utf16) { in Utf16ToUtf8() argument41 unchecked::utf16to8(utf16.begin(), utf16.end(), std::back_inserter(result)); in Utf16ToUtf8()
37 std::string Utf16ToUtf8(const std::u16string& utf16);
2712 std::wstring utf16; in _console_write_utf8() local2718 (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()