Searched refs:ThirdByte (Results 1 – 3 of 3) sorted by relevance
591 uint8_t ThirdByte = 0x80 | (Rune & 0x3F); in encodeUtf8() local594 Out.push_back(ThirdByte); in encodeUtf8()598 uint8_t ThirdByte = 0x80 | ((Rune & 0xFC0) >> 6); in encodeUtf8() local602 Out.push_back(ThirdByte); in encodeUtf8()
592 uint8_t ThirdByte = 0x80 | (UnicodeScalarValue & 0x3F); in encodeUTF8() 595 Result.push_back(ThirdByte); in encodeUTF8() 599 uint8_t ThirdByte = 0x80 | ((UnicodeScalarValue & 0xFC0) >> 6);603 Result.push_back(ThirdByte); in dumpTokens() 584 uint8_t ThirdByte = 0x80 | (UnicodeScalarValue & 0x3F); encodeUTF8() local 591 uint8_t ThirdByte = 0x80 | ((UnicodeScalarValue & 0xFC0) >> 6); encodeUTF8() local
245 uint8_t ThirdByte = Annotations.front();256 (ThirdByte << 8) | FourthByte; in ParseCurrentAnnotation() 224 uint8_t ThirdByte = Annotations.front(); GetCompressedAnnotation() local