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