Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/DataFormatters/
DStringPrinter.cpp96 DecodedCharBuffer attemptASCIIEscape(llvm::UTF32 c, in attemptASCIIEscape() function
142 DecodedCharBuffer retval = attemptASCIIEscape(*buffer, escape_style); in GetPrintableImpl()
192 DecodedCharBuffer retval = attemptASCIIEscape(codepoint, escape_style); in GetPrintableImpl()