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