Lines Matching refs:sourceIndex
766 int32_t sourceIndex, int32_t errorInputLength) { in _updateOffsets() argument
770 if(sourceIndex>=0) { in _updateOffsets()
776 delta=sourceIndex-errorInputLength; in _updateOffsets()
840 int32_t sourceIndex; in _fromUnicodeWithCallback() local
856 sourceIndex=0; in _fromUnicodeWithCallback()
865 sourceIndex=-1; in _fromUnicodeWithCallback()
886 realSourceIndex=sourceIndex; in _fromUnicodeWithCallback()
892 sourceIndex=-1; in _fromUnicodeWithCallback()
949 _updateOffsets(offsets, length, sourceIndex, errorInputLength); in _fromUnicodeWithCallback()
961 if(sourceIndex>=0) { in _fromUnicodeWithCallback()
962 sourceIndex+=(int32_t)(pArgs->source-s); in _fromUnicodeWithCallback()
975 realSourceIndex=sourceIndex; in _fromUnicodeWithCallback()
981 if((sourceIndex+=cnv->preFromULength)<0) { in _fromUnicodeWithCallback()
982 sourceIndex=-1; in _fromUnicodeWithCallback()
1009 sourceIndex=realSourceIndex; in _fromUnicodeWithCallback()
1285 int32_t sourceIndex; in _toUnicodeWithCallback() local
1301 sourceIndex=0; in _toUnicodeWithCallback()
1310 sourceIndex=-1; in _toUnicodeWithCallback()
1331 realSourceIndex=sourceIndex; in _toUnicodeWithCallback()
1337 sourceIndex=-1; in _toUnicodeWithCallback()
1394 _updateOffsets(offsets, length, sourceIndex, errorInputLength); in _toUnicodeWithCallback()
1406 if(sourceIndex>=0) { in _toUnicodeWithCallback()
1407 sourceIndex+=(int32_t)(pArgs->source-s); in _toUnicodeWithCallback()
1420 realSourceIndex=sourceIndex; in _toUnicodeWithCallback()
1426 if((sourceIndex+=cnv->preToULength)<0) { in _toUnicodeWithCallback()
1427 sourceIndex=-1; in _toUnicodeWithCallback()
1454 sourceIndex=realSourceIndex; in _toUnicodeWithCallback()