Searched defs:utf16 (Results  1 – 2 of 2) sorted by relevance
| /system/libbase/ | 
| D | utf8.cpp | 44 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()
  | 
| D | utf8_test.cpp | 76   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()
  |