Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DConvertUTF.cpp129 static const UTF8 firstByteMark[7] = { 0x00, 0x00, 0xC0, 0xE0, 0xF0, 0xF8, 0xFC }; variable
/netbsd-src/external/apache2/llvm/dist/clang/lib/Lex/
H A DLiteralSupport.cpp453 static const UTF8 firstByteMark[5] = { in EncodeUCNEscape() local