• Home
  • Raw
  • Download

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()
1221 cnv->charErrorBuffer[0]=MINUS; in _IMAPFromUnicodeWithOffsets()
1270 cnv->charErrorBuffer[0]=MINUS; in _IMAPFromUnicodeWithOffsets()
1302 cnv->charErrorBuffer[0]=TO_BASE64_IMAP(b); in _IMAPFromUnicodeWithOffsets()
1329 cnv->charErrorBuffer[0]=TO_BASE64_IMAP(b); in _IMAPFromUnicodeWithOffsets()
1338 cnv->charErrorBuffer[0]=TO_BASE64_IMAP(b); in _IMAPFromUnicodeWithOffsets()
1340 cnv->charErrorBuffer[1]=TO_BASE64_IMAP(b); in _IMAPFromUnicodeWithOffsets()
1367 cnv->charErrorBuffer[0]=TO_BASE64_IMAP(b); in _IMAPFromUnicodeWithOffsets()
1376 cnv->charErrorBuffer[0]=TO_BASE64_IMAP(b); in _IMAPFromUnicodeWithOffsets()
1378 cnv->charErrorBuffer[1]=TO_BASE64_IMAP(b); in _IMAPFromUnicodeWithOffsets()
1408 cnv->charErrorBuffer[cnv->charErrorBufferLength++]=TO_BASE64_IMAP(bits); in _IMAPFromUnicodeWithOffsets()
1419 cnv->charErrorBuffer[cnv->charErrorBufferLength++]=MINUS; in _IMAPFromUnicodeWithOffsets()