Home | History | Annotate | Download | only in common

Lines Matching refs:byteOne

238     uint8_t state, byteOne;
260 byteOne=scsu->toUByteOne;
386 byteOne=b;
392 *target++=(UChar)((byteOne<<8)|b);
440 byteOne=(uint8_t)(b&0x1f);
446 scsu->toUDynamicOffsets[dynamicWindow]=0x10000+(byteOne<<15UL | b<<7UL);
501 byteOne=b;
536 byteOne=b;
542 *target++=(UChar)((byteOne<<8)|b);
566 scsu->toUByteOne=byteOne;
591 uint8_t state, byteOne;
610 byteOne=scsu->toUByteOne;
710 byteOne=b;
716 *target++=(UChar)((byteOne<<8)|b);
746 byteOne=(uint8_t)(b&0x1f);
752 scsu->toUDynamicOffsets[dynamicWindow]=0x10000+(byteOne<<15UL | b<<7UL);
799 byteOne=b;
833 byteOne=b;
839 *target++=(UChar)((byteOne<<8)|b);
859 scsu->toUByteOne=byteOne;