Home | History | Annotate | Download | only in common

Lines Matching refs:charErrorBuffer

444         converter->charErrorBuffer[0] = 0x1b;
445 converter->charErrorBuffer[1] = 0x24;
446 converter->charErrorBuffer[2] = 0x29;
447 converter->charErrorBuffer[3] = 0x43;
621 cnv->charErrorBuffer[0] = 0x1b;
622 cnv->charErrorBuffer[1] = 0x25;
623 cnv->charErrorBuffer[2] = 0x42;
693 converter->charErrorBuffer[0] = 0x1b;
694 converter->charErrorBuffer[1] = 0x28;
695 converter->charErrorBuffer[2] = 0x42;
2326 saveConv->charErrorBuffer,
2327 myConverterData->currentConverter->charErrorBuffer,
2425 args->converter->charErrorBuffer[args->converter->charErrorBufferLength++] = (unsigned char) (targetByteUnit);
2440 args->converter->charErrorBuffer[args->converter->charErrorBufferLength++] = (unsigned char) (targetByteUnit -0x80);
2444 args->converter->charErrorBuffer[args->converter->charErrorBufferLength++] = (unsigned char) ((targetByteUnit>>8) -0x80);
2445 args->converter->charErrorBuffer[args->converter->charErrorBufferLength++] = (unsigned char) (targetByteUnit-0x80);
3534 cnv->charErrorBuffer,
3535 myConverterData->currentConverter->charErrorBuffer,