Searched defs:UTF16ToUTF8 (Results 1 - 4 of 4) 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/libchrome/base/strings/
H A Dutf_string_conversions.cc172 bool UTF16ToUTF8(const char16* src, size_t src_len, std::string* output) { function in namespace:base
182 std::string UTF16ToUTF8(StringPiece16 utf16) { function in namespace:base
186 UTF16ToUTF8(utf16.data(), utf16.length(), &ret);
201 bool UTF16ToUTF8(const char16* src, size_t src_len, std::string* output) { function in namespace:base
205 std::string UTF16ToUTF8(StringPiece16 utf16) { function in namespace:base
223 DCHECK(IsStringASCII(utf16)) << UTF16ToUTF8(utf16);
/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 169 milliseconds