Lines Matching refs:byteIndex
947 int8_t byteIndex; in _Bocu1ToUnicodeWithOffsets() local
969 byteIndex=cnv->toULength; in _Bocu1ToUnicodeWithOffsets()
973 sourceIndex=byteIndex==0 ? 0 : -1; in _Bocu1ToUnicodeWithOffsets()
977 if(count>0 && byteIndex>0 && target<targetLimit) { in _Bocu1ToUnicodeWithOffsets()
1059 byteIndex=2; in _Bocu1ToUnicodeWithOffsets()
1075 byteIndex=1; in _Bocu1ToUnicodeWithOffsets()
1086 c=bytes[byteIndex++]=*source++; in _Bocu1ToUnicodeWithOffsets()
1098 byteIndex=0; in _Bocu1ToUnicodeWithOffsets()
1143 cnv->toULength=byteIndex; in _Bocu1ToUnicodeWithOffsets()
1169 int8_t byteIndex; in _Bocu1ToUnicode() local
1188 byteIndex=cnv->toULength; in _Bocu1ToUnicode()
1192 if(count>0 && byteIndex>0 && target<targetLimit) { in _Bocu1ToUnicode()
1265 byteIndex=2; in _Bocu1ToUnicode()
1280 byteIndex=1; in _Bocu1ToUnicode()
1290 c=bytes[byteIndex++]=*source++; in _Bocu1ToUnicode()
1302 byteIndex=0; in _Bocu1ToUnicode()
1342 cnv->toULength=byteIndex; in _Bocu1ToUnicode()