Home | History | Annotate | Download | only in common

Lines Matching refs:shiftByte

689         uint8_t *p=buffer+1; /* reserve buffer[0] for shiftByte below */
709 uint8_t shiftByte;
713 shiftByte=(uint8_t)UCNV_SI;
717 shiftByte=(uint8_t)UCNV_SO;
720 shiftByte=0;
723 if(shiftByte!=0) {
725 buffer[0]=shiftByte;