Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/DataFormatters/
H A DStringPrinter.cpp116 static char32_t ConvertUTF8ToCodePoint(unsigned char c0, unsigned char c1) { in ConvertUTF8ToCodePoint() function
119 static char32_t ConvertUTF8ToCodePoint(unsigned char c0, unsigned char c1, in ConvertUTF8ToCodePoint() function
123 static char32_t ConvertUTF8ToCodePoint(unsigned char c0, unsigned char c1, in ConvertUTF8ToCodePoint() function
151 codepoint = ConvertUTF8ToCodePoint((unsigned char)*buffer, in GetPrintableImpl()
155 codepoint = ConvertUTF8ToCodePoint((unsigned char)*buffer, in GetPrintableImpl()
160 codepoint = ConvertUTF8ToCodePoint( in GetPrintableImpl()