Searched defs:FourthByte (Results 1 – 3 of 3) sorted by relevance
599 uint8_t FourthByte = 0x80 | (Rune & 0x3F); in encodeUtf8() local
592 uint8_t FourthByte = 0x80 | (UnicodeScalarValue & 0x3F); encodeUTF8() local
230 uint8_t FourthByte = Annotations.front(); GetCompressedAnnotation() local