Searched defs:SecondByte (Results 1 – 3 of 3) sorted by relevance
569 uint8_t SecondByte = 0x80 | (Rune & 0x3F); in encodeUtf8() local574 uint8_t SecondByte = 0x80 | ((Rune & 0xFC0) >> 6); in encodeUtf8() local581 uint8_t SecondByte = 0x80 | ((Rune & 0x3F000) >> 12); in encodeUtf8() local
564 uint8_t SecondByte = 0x80 | (UnicodeScalarValue & 0x3F); in encodeUTF8() local569 uint8_t SecondByte = 0x80 | ((UnicodeScalarValue & 0xFC0) >> 6); in encodeUTF8() local576 uint8_t SecondByte = 0x80 | ((UnicodeScalarValue & 0x3F000) >> 12); in encodeUTF8() local
216 uint8_t SecondByte = Annotations.front(); in GetCompressedAnnotation() local