Home
last modified time | relevance | path

Searched defs:codepoint (Results 1 – 2 of 2) sorted by relevance

/llvm-project/lldb/source/DataFormatters/
H A DStringPrinter.cpp69 static bool isprint32(char32_t codepoint) { in isprint32() argument
180 llvm::UTF32 codepoint = 0; GetPrintableImpl() local
[all...]
/llvm-project/llvm/lib/Support/
H A DYAMLParser.cpp208 uint32_t codepoint = ((*Position & 0x1F) << 6) | in decodeUTF8() local
218 uint32_t codepoint = ((*Position & 0x0F) << 12) | in decodeUTF8() local
233 uint32_t codepoint = ((*Position & 0x07) << 18) | in decodeUTF8() local
[all...]