Searched refs:cByte6 (Results 1 – 1 of 1) sorted by relevance
58 sal_uInt8 cByte1, cByte2, cByte3, cByte4, cByte5, cByte6; in IsCoded() local60 rStm >> cByte1 >> cByte2 >> cByte3 >> cByte4 >> cByte5 >> cByte6; in IsCoded()62 …2 == 'V' && cByte3 == 'R' && cByte4 == 'L' && cByte5 == 'E' && ( cByte6 == '1' || cByte6 == '2' ) ) in IsCoded()64 rVersion = ( ( cByte6 == '1' ) ? 1 : 2 ); in IsCoded()
Completed in 5 milliseconds