Home
last modified time | relevance | path

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

/external/libchrome/base/strings/
Dutf_string_conversions.cc69 bool UTF8ToWide(const char* src, size_t src_len, std::wstring* output) { in UTF8ToWide() function
79 std::wstring UTF8ToWide(StringPiece utf8) { in UTF8ToWide() function
/external/google-breakpad/src/common/windows/
Dhttp_upload.cc359 wstring HTTPUpload::UTF8ToWide(const string &utf8) { in UTF8ToWide() function in google_breakpad::HTTPUpload