Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DConvertUTF.cpp145 static const UTF8 firstByteMark[7] = { 0x00, 0x00, 0xC0, 0xE0, 0xF0, 0xF8, 0xFC }; variable
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DLiteralSupport.cpp827 static const UTF8 firstByteMark[5] = { in EncodeUCNEscape() local