Lines Matching refs:charErrorBuffer
570 uint8_t *charErrorBuffer;
580 charErrorBuffer=(uint8_t *)cnv->charErrorBuffer;
584 *charErrorBuffer++=(uint8_t)(diff>>16);
586 *charErrorBuffer++=(uint8_t)(diff>>8);
588 *charErrorBuffer=(uint8_t)diff;
794 uint8_t *charErrorBuffer;
804 charErrorBuffer=(uint8_t *)cnv->charErrorBuffer;
808 *charErrorBuffer++=(uint8_t)(diff>>16);
810 *charErrorBuffer++=(uint8_t)(diff>>8);
812 *charErrorBuffer=(uint8_t)diff;