Searched defs:WideToUTF8 (Results 1 – 2 of 2) sorted by relevance
44 bool WideToUTF8(const wchar_t* utf16, const size_t size, std::string* utf8) { in WideToUTF8() function87 bool WideToUTF8(const wchar_t* utf16, std::string* utf8) { in WideToUTF8() function92 bool WideToUTF8(const std::wstring& utf16, std::string* utf8) { in WideToUTF8() function
81 static std::string WideToUTF8(const std::wstring& utf16) { in WideToUTF8() function