Home | History | Annotate | Download | only in common

Lines Matching defs:charErrorBuffer

3457                     cnv->charErrorBuffer[0]=(char)value;
4532 uint8_t *charErrorBuffer;
4542 charErrorBuffer=(uint8_t *)cnv->charErrorBuffer;
4546 *charErrorBuffer++=(uint8_t)(value>>16);
4548 *charErrorBuffer++=(uint8_t)(value>>8);
4550 *charErrorBuffer=(uint8_t)value;
4621 cnv->charErrorBuffer[0]=(uint8_t)siBytes[1];
4634 cnv->charErrorBuffer[0]=(uint8_t)siBytes[0];
4636 cnv->charErrorBuffer[1]=(uint8_t)siBytes[1];
5397 cnv->charErrorBuffer[0]=(char)value;