Home
last modified time | relevance | path

Searched defs:utf8 (Results 1 – 5 of 5) sorted by relevance

/system/core/base/
Dutf8.cpp42 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
Dutf8_test.cpp70 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/
DUnicode_test.cpp156 static char utf8[] = "\xc4\x00\x00\x00"; in TEST_F() local
/system/tools/aidl/
Dtype_namespace.h419 bool utf8 = aidl_type.IsUtf8(); in GetValidatableType() local
/system/core/adb/
Dsysdeps_win32.cpp2367 const char* utf8; in _console_write_utf8() local