• Home
  • Raw
  • Download

Lines Matching refs:sourceIndex

758                int32_t sourceIndex, int32_t errorInputLength) {  in _updateOffsets()  argument
762 if(sourceIndex>=0) { in _updateOffsets()
768 delta=sourceIndex-errorInputLength; in _updateOffsets()
832 int32_t sourceIndex; in _fromUnicodeWithCallback() local
848 sourceIndex=0; in _fromUnicodeWithCallback()
857 sourceIndex=-1; in _fromUnicodeWithCallback()
878 realSourceIndex=sourceIndex; in _fromUnicodeWithCallback()
884 sourceIndex=-1; in _fromUnicodeWithCallback()
941 _updateOffsets(offsets, length, sourceIndex, errorInputLength); in _fromUnicodeWithCallback()
953 if(sourceIndex>=0) { in _fromUnicodeWithCallback()
954 sourceIndex+=(int32_t)(pArgs->source-s); in _fromUnicodeWithCallback()
967 realSourceIndex=sourceIndex; in _fromUnicodeWithCallback()
973 if((sourceIndex+=cnv->preFromULength)<0) { in _fromUnicodeWithCallback()
974 sourceIndex=-1; in _fromUnicodeWithCallback()
1001 sourceIndex=realSourceIndex; in _fromUnicodeWithCallback()
1277 int32_t sourceIndex; in _toUnicodeWithCallback() local
1293 sourceIndex=0; in _toUnicodeWithCallback()
1302 sourceIndex=-1; in _toUnicodeWithCallback()
1323 realSourceIndex=sourceIndex; in _toUnicodeWithCallback()
1329 sourceIndex=-1; in _toUnicodeWithCallback()
1386 _updateOffsets(offsets, length, sourceIndex, errorInputLength); in _toUnicodeWithCallback()
1398 if(sourceIndex>=0) { in _toUnicodeWithCallback()
1399 sourceIndex+=(int32_t)(pArgs->source-s); in _toUnicodeWithCallback()
1412 realSourceIndex=sourceIndex; in _toUnicodeWithCallback()
1418 if((sourceIndex+=cnv->preToULength)<0) { in _toUnicodeWithCallback()
1419 sourceIndex=-1; in _toUnicodeWithCallback()
1446 sourceIndex=realSourceIndex; in _toUnicodeWithCallback()