Home
last modified time | relevance | path

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

/external/google-breakpad/src/processor/
Dminidump.cc2113 size_t utf16_words = bytes / 2; in debug_file() local
2117 vector<uint16_t> string_utf16(utf16_words); in debug_file()
2118 if (utf16_words) in debug_file()
5636 unsigned int utf16_words = bytes / 2; in ReadString() local
5638 if (utf16_words > max_string_length_) { in ReadString()
5639 BPLOG(ERROR) << "ReadString string length " << utf16_words << in ReadString()
5645 vector<uint16_t> string_utf16(utf16_words); in ReadString()
5647 if (utf16_words) { in ReadString()