Searched refs:ThirdByte (Results 1 – 5 of 5) sorted by relevance
413 uint8_t ThirdByte = 0x80 | (Rune & 0x3F); in encodeUtf8() local416 Out.push_back(ThirdByte); in encodeUtf8()420 uint8_t ThirdByte = 0x80 | ((Rune & 0xFC0) >> 6); in encodeUtf8() local424 Out.push_back(ThirdByte); in encodeUtf8()
578 uint8_t ThirdByte = 0x80 | (UnicodeScalarValue & 0x3F); in encodeUTF8() local581 Result.push_back(ThirdByte); in encodeUTF8()585 uint8_t ThirdByte = 0x80 | ((UnicodeScalarValue & 0xFC0) >> 6); in encodeUTF8() local589 Result.push_back(ThirdByte); in encodeUTF8()
585 uint8_t ThirdByte = 0x80 | (UnicodeScalarValue & 0x3F); in encodeUTF8() local588 Result.push_back(ThirdByte); in encodeUTF8()592 uint8_t ThirdByte = 0x80 | ((UnicodeScalarValue & 0xFC0) >> 6); in encodeUTF8() local596 Result.push_back(ThirdByte); in encodeUTF8()
231 uint8_t ThirdByte = Annotations.front(); in GetCompressedAnnotation() local242 (ThirdByte << 8) | FourthByte; in GetCompressedAnnotation()
329 uint8_t ThirdByte = Annotations.front(); in GetCompressedAnnotation() local340 (ThirdByte << 8) | FourthByte; in GetCompressedAnnotation()