Searched refs:conversion_count (Results 1 - 1 of 1) sorted by relevance

/external/google-breakpad/src/client/
H A Dminidump_file_writer.cc140 int conversion_count = UTF8ToUTF16Char(str, length, out); local
141 if (!conversion_count)
145 length -= conversion_count;
146 str += conversion_count;

Completed in 145 milliseconds