Searched defs:ThirdByte (Results 1 – 12 of 12) sorted by relevance
418 uint8_t ThirdByte = 0x80 | (Rune & 0x3F); in encodeUtf8() local425 uint8_t ThirdByte = 0x80 | ((Rune & 0xFC0) >> 6); in encodeUtf8() local
577 uint8_t ThirdByte = 0x80 | (UnicodeScalarValue & 0x3F); in encodeUTF8() local584 uint8_t ThirdByte = 0x80 | ((UnicodeScalarValue & 0xFC0) >> 6); in encodeUTF8() local
592 uint8_t ThirdByte = 0x80 | (Rune & 0x3F); in encodeUtf8() local599 uint8_t ThirdByte = 0x80 | ((Rune & 0xFC0) >> 6); in encodeUtf8() local
584 uint8_t ThirdByte = 0x80 | (UnicodeScalarValue & 0x3F); in encodeUTF8() local591 uint8_t ThirdByte = 0x80 | ((UnicodeScalarValue & 0xFC0) >> 6); in encodeUTF8() local
585 uint8_t ThirdByte = 0x80 | (UnicodeScalarValue & 0x3F); in encodeUTF8() local592 uint8_t ThirdByte = 0x80 | ((UnicodeScalarValue & 0xFC0) >> 6); in encodeUTF8() local
224 uint8_t ThirdByte = Annotations.front(); in GetCompressedAnnotation() local
225 uint8_t ThirdByte = Annotations.front(); in GetCompressedAnnotation() local
245 uint8_t ThirdByte = Annotations.front(); in GetCompressedAnnotation() local
329 uint8_t ThirdByte = Annotations.front(); in GetCompressedAnnotation() local