Lines Matching defs:sourceIndex
758 int32_t sourceIndex, int32_t errorInputLength) {
762 if(sourceIndex>=0) {
764 * adjust each offset by adding the previous sourceIndex
768 delta=sourceIndex-errorInputLength;
832 int32_t sourceIndex;
848 sourceIndex=0;
857 sourceIndex=-1;
878 realSourceIndex=sourceIndex;
884 sourceIndex=-1;
925 /* no sourceIndex adjustment for conversion, only for callback output */
941 _updateOffsets(offsets, length, sourceIndex, errorInputLength);
948 * (sourceIndex<0) or may not update the offsets pointer
953 if(sourceIndex>=0) {
954 sourceIndex+=(int32_t)(pArgs->source-s);
967 realSourceIndex=sourceIndex;
973 if((sourceIndex+=cnv->preFromULength)<0) {
974 sourceIndex=-1;
1001 sourceIndex=realSourceIndex;
1277 int32_t sourceIndex;
1293 sourceIndex=0;
1302 sourceIndex=-1;
1323 realSourceIndex=sourceIndex;
1329 sourceIndex=-1;
1370 /* no sourceIndex adjustment for conversion, only for callback output */
1386 _updateOffsets(offsets, length, sourceIndex, errorInputLength);
1393 * (sourceIndex<0) or may not update the offsets pointer
1398 if(sourceIndex>=0) {
1399 sourceIndex+=(int32_t)(pArgs->source-s);
1412 realSourceIndex=sourceIndex;
1418 if((sourceIndex+=cnv->preToULength)<0) {
1419 sourceIndex=-1;
1446 sourceIndex=realSourceIndex;