Searched defs:WideToUTF8 (Results 1 – 3 of 3) sorted by relevance
299 bool WideToUTF8(const wchar_t* src, size_t src_len, std::string* output) { in WideToUTF8() function303 std::string WideToUTF8(WStringPiece wide) { in WideToUTF8() function309 bool WideToUTF8(const wchar_t* src, size_t src_len, std::string* output) { in WideToUTF8() function313 std::string WideToUTF8(WStringPiece wide) { in WideToUTF8() function
83 bool WideToUTF8(const wchar_t* src, size_t src_len, std::string* output) { in WideToUTF8() function93 std::string WideToUTF8(const std::wstring& wide) { in WideToUTF8() function
162 string WideToUTF8(const wstring &wide) { in WideToUTF8() function