Home | History | Annotate | Download | only in common

Lines Matching refs:sourceIndex

756                int32_t sourceIndex, int32_t errorInputLength) {
760 if(sourceIndex>=0) {
762 * adjust each offset by adding the previous sourceIndex
766 delta=sourceIndex-errorInputLength;
830 int32_t sourceIndex;
846 sourceIndex=0;
855 sourceIndex=-1;
876 realSourceIndex=sourceIndex;
882 sourceIndex=-1;
923 /* no sourceIndex adjustment for conversion, only for callback output */
939 _updateOffsets(offsets, length, sourceIndex, errorInputLength);
946 * (sourceIndex<0) or may not update the offsets pointer
951 if(sourceIndex>=0) {
952 sourceIndex+=(int32_t)(pArgs->source-s);
965 realSourceIndex=sourceIndex;
971 if((sourceIndex+=cnv->preFromULength)<0) {
972 sourceIndex=-1;
999 sourceIndex=realSourceIndex;
1275 int32_t sourceIndex;
1291 sourceIndex=0;
1300 sourceIndex=-1;
1321 realSourceIndex=sourceIndex;
1327 sourceIndex=-1;
1368 /* no sourceIndex adjustment for conversion, only for callback output */
1384 _updateOffsets(offsets, length, sourceIndex, errorInputLength);
1391 * (sourceIndex<0) or may not update the offsets pointer
1396 if(sourceIndex>=0) {
1397 sourceIndex+=(int32_t)(pArgs->source-s);
1410 realSourceIndex=sourceIndex;
1416 if((sourceIndex+=cnv->preToULength)<0) {
1417 sourceIndex=-1;
1444 sourceIndex=realSourceIndex;