Home | History | Annotate | Download | only in common

Lines Matching refs:byteOne

239     uint8_t state, byteOne;
261 byteOne=scsu->toUByteOne;
387 byteOne=b;
393 *target++=(UChar)((byteOne<<8)|b);
441 byteOne=(uint8_t)(b&0x1f);
447 scsu->toUDynamicOffsets[dynamicWindow]=0x10000+(byteOne<<15UL | b<<7UL);
502 byteOne=b;
537 byteOne=b;
543 *target++=(UChar)((byteOne<<8)|b);
567 scsu->toUByteOne=byteOne;
592 uint8_t state, byteOne;
611 byteOne=scsu->toUByteOne;
711 byteOne=b;
717 *target++=(UChar)((byteOne<<8)|b);
747 byteOne=(uint8_t)(b&0x1f);
753 scsu->toUDynamicOffsets[dynamicWindow]=0x10000+(byteOne<<15UL | b<<7UL);
800 byteOne=b;
834 byteOne=b;
840 *target++=(UChar)((byteOne<<8)|b);
860 scsu->toUByteOne=byteOne;