Lines Matching refs:targetLimit
238 const UChar *targetLimit; in _SCSUToUnicodeWithOffsets() local
255 targetLimit=pArgs->targetLimit; in _SCSUToUnicodeWithOffsets()
292 while(source<sourceLimit && target<targetLimit && (b=*source)>=0x20) { in _SCSUToUnicodeWithOffsets()
312 if(target<targetLimit) { in _SCSUToUnicodeWithOffsets()
337 if(target>=targetLimit) { in _SCSUToUnicodeWithOffsets()
420 if(target<targetLimit) { in _SCSUToUnicodeWithOffsets()
480 … while(source+1<sourceLimit && target<targetLimit && (uint8_t)((b=*source)-UC0)>(Urs-UC0)) { in _SCSUToUnicodeWithOffsets()
494 if(target>=targetLimit) { in _SCSUToUnicodeWithOffsets()
592 const UChar *targetLimit; in _SCSUToUnicode() local
606 targetLimit=pArgs->targetLimit; in _SCSUToUnicode()
638 while(source<sourceLimit && target<targetLimit && (b=*source)>=0x20) { in _SCSUToUnicode()
651 if(target<targetLimit) { in _SCSUToUnicode()
668 if(target>=targetLimit) { in _SCSUToUnicode()
734 if(target<targetLimit) { in _SCSUToUnicode()
784 … while(source+1<sourceLimit && target<targetLimit && (uint8_t)((b=*source)-UC0)>(Urs-UC0)) { in _SCSUToUnicode()
793 if(target>=targetLimit) { in _SCSUToUnicode()
1044 targetCapacity=(int32_t)(pArgs->targetLimit-pArgs->target); in _SCSUFromUnicodeWithOffsets()
1549 targetCapacity=(int32_t)(pArgs->targetLimit-pArgs->target); in _SCSUFromUnicode()