Searched defs:UTF8ToWide (Results 1 – 3 of 3) sorted by relevance
104 bool UTF8ToWide(const char* src, size_t src_len, std::wstring* output) { in UTF8ToWide() function114 std::wstring UTF8ToWide(StringPiece utf8) { in UTF8ToWide() function
284 bool UTF8ToWide(const char* src, size_t src_len, std::wstring* output) { in UTF8ToWide() function288 std::wstring UTF8ToWide(StringPiece utf8) { in UTF8ToWide() function
359 wstring HTTPUpload::UTF8ToWide(const string &utf8) { in UTF8ToWide() function in google_breakpad::HTTPUpload