Searched defs:utf16 (Results 1 – 3 of 3) sorted by relevance
/system/core/base/ |
D | utf8.cpp | 42 bool WideToUTF8(const wchar_t* utf16, const size_t size, std::string* utf8) { in WideToUTF8() 85 bool WideToUTF8(const wchar_t* utf16, std::string* utf8) { in WideToUTF8() 90 bool WideToUTF8(const std::wstring& utf16, std::string* utf8) { in WideToUTF8() 97 static bool UTF8ToWideWithFlags(const char* utf8, const size_t size, std::wstring* utf16, in UTF8ToWideWithFlags() 130 bool UTF8ToWide(const char* utf8, const size_t size, std::wstring* utf16) { in UTF8ToWide() 145 bool UTF8ToWide(const char* utf8, std::wstring* utf16) { in UTF8ToWide() 150 bool UTF8ToWide(const std::string& utf8, std::wstring* utf16) { in UTF8ToWide()
|
D | utf8_test.cpp | 71 std::wstring utf16; in UTF8ToWide() local 76 static std::string WideToUTF8(const std::wstring& utf16) { in WideToUTF8() 202 const wchar_t* utf16; in TEST() member 304 static std::string UTF16ToUTF8(const string16& utf16) { in UTF16ToUTF8() 338 static std::string SysWideToUTF8(const std::wstring& utf16) { in SysWideToUTF8()
|
/system/core/adb/ |
D | sysdeps_win32.cpp | 2390 std::wstring utf16; in _console_write_utf8() local
|