Lines Matching refs:charErrorBuffer
527 cnv->charErrorBuffer[0]=MINUS;
577 cnv->charErrorBuffer[0]=MINUS;
607 cnv->charErrorBuffer[0]=toBase64[(c>>4)&0x3f];
630 cnv->charErrorBuffer[0]=toBase64[(c>>2)&0x3f];
638 cnv->charErrorBuffer[0]=toBase64[(c>>8)&0x3f];
639 cnv->charErrorBuffer[1]=toBase64[(c>>2)&0x3f];
662 cnv->charErrorBuffer[0]=toBase64[c&0x3f];
670 cnv->charErrorBuffer[0]=toBase64[(c>>6)&0x3f];
671 cnv->charErrorBuffer[1]=toBase64[c&0x3f];
701 cnv->charErrorBuffer[cnv->charErrorBufferLength++]=toBase64[bits];
712 cnv->charErrorBuffer[cnv->charErrorBufferLength++]=MINUS;
1224 cnv->charErrorBuffer[0]=MINUS;
1273 cnv->charErrorBuffer[0]=MINUS;
1305 cnv->charErrorBuffer[0]=TO_BASE64_IMAP(b);
1332 cnv->charErrorBuffer[0]=TO_BASE64_IMAP(b);
1341 cnv->charErrorBuffer[0]=TO_BASE64_IMAP(b);
1343 cnv->charErrorBuffer[1]=TO_BASE64_IMAP(b);
1370 cnv->charErrorBuffer[0]=TO_BASE64_IMAP(b);
1379 cnv->charErrorBuffer[0]=TO_BASE64_IMAP(b);
1381 cnv->charErrorBuffer[1]=TO_BASE64_IMAP(b);
1411 cnv->charErrorBuffer[cnv->charErrorBufferLength++]=TO_BASE64_IMAP(bits);
1422 cnv->charErrorBuffer[cnv->charErrorBufferLength++]=MINUS;