Lines Matching refs:byteIndex
218 uint8_t byteIndex; in _UTF7ToUnicodeWithOffsets() local
248 byteIndex=cnv->toULength; in _UTF7ToUnicodeWithOffsets()
251 sourceIndex=byteIndex==0 ? 0 : -1; in _UTF7ToUnicodeWithOffsets()
264 byteIndex=0; in _UTF7ToUnicodeWithOffsets()
275 byteIndex=1; in _UTF7ToUnicodeWithOffsets()
288 byteIndex=0; in _UTF7ToUnicodeWithOffsets()
313 bytes[byteIndex++]=b=*source++; in _UTF7ToUnicodeWithOffsets()
336 byteIndex=1; in _UTF7ToUnicodeWithOffsets()
343 --byteIndex; in _UTF7ToUnicodeWithOffsets()
381 byteIndex=1; in _UTF7ToUnicodeWithOffsets()
392 byteIndex=1; in _UTF7ToUnicodeWithOffsets()
402 byteIndex=0; in _UTF7ToUnicodeWithOffsets()
445 byteIndex=0; in _UTF7ToUnicodeWithOffsets()
450 cnv->toULength=byteIndex; in _UTF7ToUnicodeWithOffsets()
900 uint8_t byteIndex; in _IMAPToUnicodeWithOffsets() local
932 byteIndex=cnv->toULength; in _IMAPToUnicodeWithOffsets()
935 sourceIndex=byteIndex==0 ? 0 : -1; in _IMAPToUnicodeWithOffsets()
947 byteIndex=0; in _IMAPToUnicodeWithOffsets()
958 byteIndex=1; in _IMAPToUnicodeWithOffsets()
971 byteIndex=0; in _IMAPToUnicodeWithOffsets()
997 bytes[byteIndex++]=b=*source++; in _IMAPToUnicodeWithOffsets()
1033 byteIndex=1; in _IMAPToUnicodeWithOffsets()
1051 byteIndex=1; in _IMAPToUnicodeWithOffsets()
1068 byteIndex=0; in _IMAPToUnicodeWithOffsets()
1103 byteIndex=2; in _IMAPToUnicodeWithOffsets()
1132 !inDirectMode && byteIndex==0 && in _IMAPToUnicodeWithOffsets()
1139 byteIndex=1; in _IMAPToUnicodeWithOffsets()
1149 cnv->toULength=byteIndex; in _IMAPToUnicodeWithOffsets()