Home | History | Annotate | Download | only in common

Lines Matching refs:charErrorBuffer

386                 cnv->charErrorBuffer[0] = (uint8_t) ((ch & 0x3f) | 0x80);
445 cnv->charErrorBuffer
509 cnv->charErrorBuffer[0] = (uint8_t) ((ch & 0x3f) | 0x80);
582 cnv->charErrorBuffer[cnv->charErrorBufferLength++] = *tempPtr;