Searched defs:ThirdByte (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/
H A DJSON.cpp418 uint8_t ThirdByte = 0x80 | (Rune & 0x3F); local
425 uint8_t ThirdByte = 0x80 | ((Rune & 0xFC0) >> 6); local
H A DYAMLParser.cpp573 uint8_t ThirdByte = 0x80 | (UnicodeScalarValue & 0x3F); local
580 uint8_t ThirdByte = 0x80 | ((UnicodeScalarValue & 0xFC0) >> 6); local

Completed in 105 milliseconds