Searched defs:UTF16ToUTF8 (Results 1 - 3 of 3) sorted by relevance

/external/google-breakpad/src/common/
H A Dstring_conversion.cc121 string UTF16ToUTF8(const vector<uint16_t> &in, bool swap) { function in namespace:google_breakpad
/external/vboot_reference/cgpt/
H A Dcgpt_common.c439 int UTF16ToUTF8(const uint16_t *utf16, unsigned int maxinput, function
/external/google-breakpad/src/processor/
H A Dminidump.cc232 static string* UTF16ToUTF8(const vector<uint16_t>& in, function in namespace:google_breakpad
252 BPLOG(ERROR) << "UTF16ToUTF8 found low surrogate " <<
259 BPLOG(ERROR) << "UTF16ToUTF8 found high surrogate " <<
266 BPLOG(ERROR) << "UTF16ToUTF8 found high surrogate " <<
295 BPLOG(ERROR) << "UTF16ToUTF8 cannot represent high value " <<
338 scoped_ptr<string> temp(UTF16ToUTF8(utf16_vector, swap));
1946 // UTF16ToUTF8 expects a vector<uint16_t>, so create a temporary one
1954 scoped_ptr<string> new_file(UTF16ToUTF8(string_utf16, false));
4534 return UTF16ToUTF8(string_utf16, swap_);

Completed in 261 milliseconds