Home
last modified time | relevance | path

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

/external/google-breakpad/src/processor/
Dminidump.cc1948 vector<uint16_t> string_utf16(utf16_words); in debug_file() local
1950 memcpy(&string_utf16[0], &misc_record->data, bytes); in debug_file()
1954 scoped_ptr<string> new_file(UTF16ToUTF8(string_utf16, false)); in debug_file()
4524 vector<uint16_t> string_utf16(utf16_words); in ReadString() local
4527 if (!ReadBytes(&string_utf16[0], bytes)) { in ReadString()
4534 return UTF16ToUTF8(string_utf16, swap_); in ReadString()