• Home
  • Raw
  • Download

Lines Matching refs:targetCapacity

1017     int32_t targetCapacity;  in _SCSUFromUnicodeWithOffsets()  local
1044 targetCapacity=(int32_t)(pArgs->targetLimit-pArgs->target); in _SCSUFromUnicodeWithOffsets()
1061 if(c!=0 && targetCapacity>0) { in _SCSUFromUnicodeWithOffsets()
1068 if(targetCapacity<=0) { in _SCSUFromUnicodeWithOffsets()
1082 --targetCapacity; in _SCSUFromUnicodeWithOffsets()
1090 --targetCapacity; in _SCSUFromUnicodeWithOffsets()
1103 --targetCapacity; in _SCSUFromUnicodeWithOffsets()
1141 --targetCapacity; in _SCSUFromUnicodeWithOffsets()
1167 --targetCapacity; in _SCSUFromUnicodeWithOffsets()
1238 if(c!=0 && targetCapacity>0) { in _SCSUFromUnicodeWithOffsets()
1245 if(targetCapacity<=0) { in _SCSUFromUnicodeWithOffsets()
1255 if(targetCapacity>=2) { in _SCSUFromUnicodeWithOffsets()
1262 targetCapacity-=2; in _SCSUFromUnicodeWithOffsets()
1394 if(length<=targetCapacity) { in _SCSUFromUnicodeWithOffsets()
1438 targetCapacity-=length; in _SCSUFromUnicodeWithOffsets()
1455 length-=targetCapacity; in _SCSUFromUnicodeWithOffsets()
1479 switch(targetCapacity) { in _SCSUFromUnicodeWithOffsets()
1504 targetCapacity=0; in _SCSUFromUnicodeWithOffsets()
1525 int32_t targetCapacity; in _SCSUFromUnicode() local
1549 targetCapacity=(int32_t)(pArgs->targetLimit-pArgs->target); in _SCSUFromUnicode()
1561 if(c!=0 && targetCapacity>0) { in _SCSUFromUnicode()
1568 if(targetCapacity<=0) { in _SCSUFromUnicode()
1578 --targetCapacity; in _SCSUFromUnicode()
1583 --targetCapacity; in _SCSUFromUnicode()
1593 --targetCapacity; in _SCSUFromUnicode()
1627 --targetCapacity; in _SCSUFromUnicode()
1650 --targetCapacity; in _SCSUFromUnicode()
1720 if(c!=0 && targetCapacity>0) { in _SCSUFromUnicode()
1727 if(targetCapacity<=0) { in _SCSUFromUnicode()
1736 if(targetCapacity>=2) { in _SCSUFromUnicode()
1739 targetCapacity-=2; in _SCSUFromUnicode()
1868 if(length<=targetCapacity) { in _SCSUFromUnicode()
1887 targetCapacity-=length; in _SCSUFromUnicode()
1903 length-=targetCapacity; in _SCSUFromUnicode()
1927 switch(targetCapacity) { in _SCSUFromUnicode()
1943 targetCapacity=0; in _SCSUFromUnicode()