Searched defs:utf8 (Results 1 – 5 of 5) 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() 157 namespace utf8 { namespace
|
D | utf8_test.cpp | 70 static std::wstring UTF8ToWide(const std::string& utf8) { in UTF8ToWide() 77 std::string utf8; in WideToUTF8() local 118 std::ostringstream utf8; in TEST() local 138 const char* utf8; in TEST() member 203 const char* utf8; in TEST() member 259 const char* utf8; in TEST() member 342 static std::wstring SysUTF8ToWide(const std::string& utf8) { in SysUTF8ToWide()
|
/system/core/libutils/tests/ |
D | Unicode_test.cpp | 156 static char utf8[] = "\xc4\x00\x00\x00"; in TEST_F() local
|
/system/tools/aidl/ |
D | type_namespace.h | 419 bool utf8 = aidl_type.IsUtf8(); in GetValidatableType() local
|
/system/core/adb/ |
D | sysdeps_win32.cpp | 2367 const char* utf8; in _console_write_utf8() local
|