Searched defs:WideToUTF8 (Results 1 – 2 of 2) sorted by relevance
42 bool WideToUTF8(const wchar_t* utf16, const size_t size, std::string* utf8) { in WideToUTF8() function85 bool WideToUTF8(const wchar_t* utf16, std::string* utf8) { in WideToUTF8() function90 bool WideToUTF8(const std::wstring& utf16, std::string* utf8) { in WideToUTF8() function
76 static std::string WideToUTF8(const std::wstring& utf16) { in WideToUTF8() function