Lines Matching refs:ReadBits
54 int32_t iTemp1 = bits.ReadBits(4, e); in Decode()
68 bits.ReadBits(16, e); in Decode()
77 bits.ReadBits(4, e); in Decode()
82 int32_t count = bits.ReadBits(numBits, e); in Decode()
118 int32_t twoBytes = bits->ReadBits(13, e); in DecodeGBKSegment()
138 int32_t twoBytes = bits->ReadBits(13, e); in DecodeKanjiSegment()
171 readBytes[i] = (uint8_t)bits->ReadBits(8, e); in DecodeByteSegment()
186 int32_t nextTwoCharsBits = bits->ReadBits(11, e); in DecodeAlphanumericSegment()
195 int32_t itemp = bits->ReadBits(6, e); in DecodeAlphanumericSegment()
217 int32_t threeDigitsBits = bits->ReadBits(10, e); in DecodeNumericSegment()
232 int32_t twoDigitBits = bits->ReadBits(7, e); in DecodeNumericSegment()
241 int32_t digitBits = bits->ReadBits(4, e); in DecodeNumericSegment()
256 int32_t firstByte = bits->ReadBits(8, e); in ParseECIValue()
261 int32_t secondByte = bits->ReadBits(8, e); in ParseECIValue()
265 int32_t secondThirdByte = bits->ReadBits(16, e); in ParseECIValue()