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

  /external/google-breakpad/src/common/
string_conversion.cc 44 const UTF8 *source_end_ptr = source_ptr + source_length; local
50 ConversionResult result = ConvertUTF8toUTF16(&source_ptr, source_end_ptr,
60 const UTF8 *source_end_ptr = source_ptr + sizeof(char); local
67 ConversionResult result = ConvertUTF8toUTF16(&source_ptr, source_end_ptr,
76 ++source_end_ptr;
78 if (source_end_ptr > reinterpret_cast<const UTF8 *>(in) + in_length)
88 const UTF32 *source_end_ptr = source_ptr + source_length; local
94 ConversionResult result = ConvertUTF32toUTF16(&source_ptr, source_end_ptr,
104 const UTF32 *source_end_ptr = source_ptr + 1; local
108 ConversionResult result = ConvertUTF32toUTF16(&source_ptr, source_end_ptr,
138 const UTF16 *source_end_ptr = source_ptr + in.size(); local
    [all...]

Completed in 68 milliseconds