Home
last modified time | relevance | path

Searched refs:UTF8ToWide (Results 1 – 2 of 2) sorted by relevance

/external/google-breakpad/src/common/windows/
Dhttp_upload.h104 static wstring UTF8ToWide(const string &utf8);
Dhttp_upload.cc237 *response = UTF8ToWide(response_body); in ReadResponse()
359 wstring HTTPUpload::UTF8ToWide(const string &utf8) { in UTF8ToWide() function in google_breakpad::HTTPUpload