Searched defs:UTF16ToUTF8 (Results 1 - 4 of 4) sorted by relevance
/external/google-breakpad/src/common/ |
H A D | string_conversion.cc | 121 string UTF16ToUTF8(const vector<uint16_t> &in, bool swap) { function in namespace:google_breakpad
|
/external/libchrome/base/strings/ |
H A D | utf_string_conversions.cc | 172 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 190 UTF16ToUTF8(utf16.data(), utf16.length(), &ret); 205 bool UTF16ToUTF8(const char16* src, size_t src_len, std::string* output) { function in namespace:base 209 std::string UTF16ToUTF8(StringPiece16 utf16) { function in namespace:base 227 DCHECK(IsStringASCII(utf16)) << UTF16ToUTF8(utf16);
|
/external/vboot_reference/cgpt/ |
H A D | cgpt_common.c | 439 int UTF16ToUTF8(const uint16_t *utf16, unsigned int maxinput, function
|
/external/google-breakpad/src/processor/ |
H A D | minidump.cc | 232 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 151 milliseconds