HomeSort by relevance Sort by last modified time
    Searched full:conversion_count (Results 1 - 1 of 1) sorted by null

  /external/google-breakpad/src/client/
minidump_file_writer.cc 140 int conversion_count = UTF8ToUTF16Char(str, length, out); local
141 if (!conversion_count)
145 length -= conversion_count;
146 str += conversion_count;

Completed in 604 milliseconds