Lines Matching refs:byteIndex
220 uint8_t byteIndex; in _UTF7ToUnicodeWithOffsets() local
250 byteIndex=cnv->toULength; in _UTF7ToUnicodeWithOffsets()
253 sourceIndex=byteIndex==0 ? 0 : -1; in _UTF7ToUnicodeWithOffsets()
266 byteIndex=0; in _UTF7ToUnicodeWithOffsets()
277 byteIndex=1; in _UTF7ToUnicodeWithOffsets()
290 byteIndex=0; in _UTF7ToUnicodeWithOffsets()
315 bytes[byteIndex++]=b=*source++; in _UTF7ToUnicodeWithOffsets()
338 byteIndex=1; in _UTF7ToUnicodeWithOffsets()
345 --byteIndex; in _UTF7ToUnicodeWithOffsets()
383 byteIndex=1; in _UTF7ToUnicodeWithOffsets()
394 byteIndex=1; in _UTF7ToUnicodeWithOffsets()
404 byteIndex=0; in _UTF7ToUnicodeWithOffsets()
447 byteIndex=0; in _UTF7ToUnicodeWithOffsets()
452 cnv->toULength=byteIndex; in _UTF7ToUnicodeWithOffsets()
904 uint8_t byteIndex; in _IMAPToUnicodeWithOffsets() local
936 byteIndex=cnv->toULength; in _IMAPToUnicodeWithOffsets()
939 sourceIndex=byteIndex==0 ? 0 : -1; in _IMAPToUnicodeWithOffsets()
951 byteIndex=0; in _IMAPToUnicodeWithOffsets()
962 byteIndex=1; in _IMAPToUnicodeWithOffsets()
975 byteIndex=0; in _IMAPToUnicodeWithOffsets()
1001 bytes[byteIndex++]=b=*source++; in _IMAPToUnicodeWithOffsets()
1037 byteIndex=1; in _IMAPToUnicodeWithOffsets()
1055 byteIndex=1; in _IMAPToUnicodeWithOffsets()
1072 byteIndex=0; in _IMAPToUnicodeWithOffsets()
1107 byteIndex=2; in _IMAPToUnicodeWithOffsets()
1136 !inDirectMode && byteIndex==0 && in _IMAPToUnicodeWithOffsets()
1143 byteIndex=1; in _IMAPToUnicodeWithOffsets()
1153 cnv->toULength=byteIndex; in _IMAPToUnicodeWithOffsets()