Searched defs:FirstByte (Results 1 – 2 of 2) sorted by relevance
524 uint8_t FirstByte = 0xC0 | ((UnicodeScalarValue & 0x7C0) >> 6); in encodeUTF8() local529 uint8_t FirstByte = 0xE0 | ((UnicodeScalarValue & 0xF000) >> 12); in encodeUTF8() local536 uint8_t FirstByte = 0xF0 | ((UnicodeScalarValue & 0x1F0000) >> 18); in encodeUTF8() local
2457 int64_t FirstByte = MFI->getObjectOffset(ClobberedFI); in addTokenForArgument() local