Lines Matching refs:byteIndex
966 int8_t byteIndex; in _Bocu1ToUnicodeWithOffsets() local
988 byteIndex=cnv->toULength; in _Bocu1ToUnicodeWithOffsets()
992 sourceIndex=byteIndex==0 ? 0 : -1; in _Bocu1ToUnicodeWithOffsets()
996 if(count>0 && byteIndex>0 && target<targetLimit) { in _Bocu1ToUnicodeWithOffsets()
1078 byteIndex=2; in _Bocu1ToUnicodeWithOffsets()
1094 byteIndex=1; in _Bocu1ToUnicodeWithOffsets()
1105 c=bytes[byteIndex++]=*source++; in _Bocu1ToUnicodeWithOffsets()
1117 byteIndex=0; in _Bocu1ToUnicodeWithOffsets()
1162 cnv->toULength=byteIndex; in _Bocu1ToUnicodeWithOffsets()
1188 int8_t byteIndex; in _Bocu1ToUnicode() local
1207 byteIndex=cnv->toULength; in _Bocu1ToUnicode()
1211 if(count>0 && byteIndex>0 && target<targetLimit) { in _Bocu1ToUnicode()
1284 byteIndex=2; in _Bocu1ToUnicode()
1299 byteIndex=1; in _Bocu1ToUnicode()
1309 c=bytes[byteIndex++]=*source++; in _Bocu1ToUnicode()
1321 byteIndex=0; in _Bocu1ToUnicode()
1361 cnv->toULength=byteIndex; in _Bocu1ToUnicode()