Searched refs:FourthByte (Results 1 – 5 of 5) sorted by relevance
421 uint8_t FourthByte = 0x80 | (Rune & 0x3F); in encodeUtf8() local425 Out.push_back(FourthByte); in encodeUtf8()
586 uint8_t FourthByte = 0x80 | (UnicodeScalarValue & 0x3F); in encodeUTF8() local590 Result.push_back(FourthByte); in encodeUTF8()
237 uint8_t FourthByte = Annotations.front(); in GetCompressedAnnotation() local242 (ThirdByte << 8) | FourthByte; in GetCompressedAnnotation()
335 uint8_t FourthByte = Annotations.front(); in GetCompressedAnnotation() local340 (ThirdByte << 8) | FourthByte; in GetCompressedAnnotation()
593 uint8_t FourthByte = 0x80 | (UnicodeScalarValue & 0x3F); in encodeUTF8() local597 Result.push_back(FourthByte); in encodeUTF8()