Searched refs:FourthByte (Results 1 – 3 of 3) sorted by relevance
600 uint8_t FourthByte = 0x80 | (Rune & 0x3F); in encodeUtf8() local604 Out.push_back(FourthByte); in encodeUtf8()
592 uint8_t FourthByte = 0x80 | (UnicodeScalarValue & 0x3F); in encodeUTF8() local596 Result.push_back(FourthByte); in encodeUTF8()
230 uint8_t FourthByte = Annotations.front(); in GetCompressedAnnotation() local235 (ThirdByte << 8) | FourthByte; in GetCompressedAnnotation()