Home | History | Annotate | Download | only in common

Lines Matching defs:charErrorBuffer

3455                     cnv->charErrorBuffer[0]=(char)value;
4529 uint8_t *charErrorBuffer;
4539 charErrorBuffer=(uint8_t *)cnv->charErrorBuffer;
4543 *charErrorBuffer++=(uint8_t)(value>>16);
4545 *charErrorBuffer++=(uint8_t)(value>>8);
4547 *charErrorBuffer=(uint8_t)value;
4618 cnv->charErrorBuffer[0]=(uint8_t)si_value[1];
4631 cnv->charErrorBuffer[0]=(uint8_t)si_value[0];
4633 cnv->charErrorBuffer[1]=(uint8_t)si_value[1];
5398 cnv->charErrorBuffer[0]=(char)value;