Home
last modified time | relevance | path

Searched defs:WideToUTF8 (Results 1 – 2 of 2) sorted by relevance

/system/core/base/
Dutf8.cpp42 bool WideToUTF8(const wchar_t* utf16, const size_t size, std::string* utf8) { in WideToUTF8() function
85 bool WideToUTF8(const wchar_t* utf16, std::string* utf8) { in WideToUTF8() function
90 bool WideToUTF8(const std::wstring& utf16, std::string* utf8) { in WideToUTF8() function
Dutf8_test.cpp76 static std::string WideToUTF8(const std::wstring& utf16) { in WideToUTF8() function