Searched refs:shiftByte (Results 1 - 1 of 1) sorted by relevance

/external/icu4c/common/
H A Ducnv_ext.c689 uint8_t *p=buffer+1; /* reserve buffer[0] for shiftByte below */
709 uint8_t shiftByte; local
713 shiftByte=(uint8_t)UCNV_SI;
717 shiftByte=(uint8_t)UCNV_SO;
720 shiftByte=0;
723 if(shiftByte!=0) {
725 buffer[0]=shiftByte;

Completed in 509 milliseconds