Searched defs:WideToUTF8 (Results 1 – 3 of 3) sorted by relevance
48 bool WideToUTF8(const wchar_t* src, size_t src_len, std::string* output) { in WideToUTF8() function53 std::string WideToUTF8(const std::wstring& wide) { in WideToUTF8() function
45 bool WideToUTF8(const wchar_t* src, size_t src_len, std::string* output) { in WideToUTF8() function50 std::string WideToUTF8(const std::wstring& wide) { in WideToUTF8() function
49 std::string WideToUTF8(const base::string16& wide) { in WideToUTF8() function