Lines Matching refs:byteIndex
214 uint8_t byteIndex; in _UTF7ToUnicodeWithOffsets() local
244 byteIndex=cnv->toULength; in _UTF7ToUnicodeWithOffsets()
247 sourceIndex=byteIndex==0 ? 0 : -1; in _UTF7ToUnicodeWithOffsets()
260 byteIndex=0; in _UTF7ToUnicodeWithOffsets()
271 byteIndex=1; in _UTF7ToUnicodeWithOffsets()
284 byteIndex=0; in _UTF7ToUnicodeWithOffsets()
309 bytes[byteIndex++]=b=*source++; in _UTF7ToUnicodeWithOffsets()
338 byteIndex=1; in _UTF7ToUnicodeWithOffsets()
349 byteIndex=1; in _UTF7ToUnicodeWithOffsets()
359 byteIndex=0; in _UTF7ToUnicodeWithOffsets()
395 byteIndex=2; in _UTF7ToUnicodeWithOffsets()
429 byteIndex=0; in _UTF7ToUnicodeWithOffsets()
434 cnv->toULength=byteIndex; in _UTF7ToUnicodeWithOffsets()
871 uint8_t byteIndex; in _IMAPToUnicodeWithOffsets() local
903 byteIndex=cnv->toULength; in _IMAPToUnicodeWithOffsets()
906 sourceIndex=byteIndex==0 ? 0 : -1; in _IMAPToUnicodeWithOffsets()
918 byteIndex=0; in _IMAPToUnicodeWithOffsets()
929 byteIndex=1; in _IMAPToUnicodeWithOffsets()
942 byteIndex=0; in _IMAPToUnicodeWithOffsets()
968 bytes[byteIndex++]=b=*source++; in _IMAPToUnicodeWithOffsets()
1004 byteIndex=1; in _IMAPToUnicodeWithOffsets()
1022 byteIndex=1; in _IMAPToUnicodeWithOffsets()
1039 byteIndex=0; in _IMAPToUnicodeWithOffsets()
1074 byteIndex=2; in _IMAPToUnicodeWithOffsets()
1103 !inDirectMode && byteIndex==0 && in _IMAPToUnicodeWithOffsets()
1110 byteIndex=1; in _IMAPToUnicodeWithOffsets()
1120 cnv->toULength=byteIndex; in _IMAPToUnicodeWithOffsets()