Home
last modified time | relevance | path

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

/system/core/base/
Dutf8.cpp44 bool WideToUTF8(const wchar_t* utf16, const size_t size, std::string* utf8) { in WideToUTF8()
87 bool WideToUTF8(const wchar_t* utf16, std::string* utf8) { in WideToUTF8()
92 bool WideToUTF8(const std::wstring& utf16, std::string* utf8) { in WideToUTF8()
99 static bool UTF8ToWideWithFlags(const char* utf8, const size_t size, std::wstring* utf16, in UTF8ToWideWithFlags()
132 bool UTF8ToWide(const char* utf8, const size_t size, std::wstring* utf16) { in UTF8ToWide()
147 bool UTF8ToWide(const char* utf8, std::wstring* utf16) { in UTF8ToWide()
152 bool UTF8ToWide(const std::string& utf8, std::wstring* utf16) { in UTF8ToWide()
162 bool UTF8PathToWindowsLongPath(const char* utf8, std::wstring* utf16) { in UTF8PathToWindowsLongPath()
Dutf8_test.cpp76 std::wstring utf16; in UTF8ToWide() local
81 static std::string WideToUTF8(const std::wstring& utf16) { in WideToUTF8()
207 const wchar_t* utf16; in TEST() member
309 static std::string UTF16ToUTF8(const string16& utf16) { in UTF16ToUTF8()
343 static std::string SysWideToUTF8(const std::wstring& utf16) { in SysWideToUTF8()
/system/core/adb/
Dsysdeps_win32.cpp2418 std::wstring utf16; in _console_write_utf8() local