Searched defs:DumpUTFBufferToStream (Results 1 - 1 of 1) sorted by relevance

/external/lldb/source/DataFormatters/
H A DCXXFormatterFunctions.cpp176 DumpUTFBufferToStream (ConversionResult (*ConvertFunction) (const SourceDataType**, function
445 return DumpUTFBufferToStream(options.GetConversionFunction(), data, *options.GetStream(), options.GetPrefixToken(), options.GetQuote(), sourceSize);
586 return DumpUTFBufferToStream<UTF16>(ConvertUTF16toUTF8,data,stream, 'u','\'',1);
600 return DumpUTFBufferToStream<UTF32>(ConvertUTF32toUTF8,data,stream, 'U','\'',1);
625 return DumpUTFBufferToStream<UTF8>(nullptr,
636 return DumpUTFBufferToStream<UTF16>(ConvertUTF16toUTF8,
647 return DumpUTFBufferToStream<UTF32>(ConvertUTF32toUTF8,

Completed in 55 milliseconds