Lines Matching refs:targetCapacity
222 int32_t length, targetCapacity; in _UTF7ToUnicodeWithOffsets() local
268 targetCapacity=(int32_t)(targetLimit-target); in _UTF7ToUnicodeWithOffsets()
269 if(length>targetCapacity) { in _UTF7ToUnicodeWithOffsets()
270 length=targetCapacity; in _UTF7ToUnicodeWithOffsets()
469 int32_t length, targetCapacity, sourceIndex; in _UTF7FromUnicodeWithOffsets() local
504 targetCapacity=(int32_t)(targetLimit-target); in _UTF7FromUnicodeWithOffsets()
505 if(length>targetCapacity) { in _UTF7FromUnicodeWithOffsets()
506 length=targetCapacity; in _UTF7FromUnicodeWithOffsets()
906 int32_t length, targetCapacity; in _IMAPToUnicodeWithOffsets() local
953 targetCapacity=(int32_t)(targetLimit-target); in _IMAPToUnicodeWithOffsets()
954 if(length>targetCapacity) { in _IMAPToUnicodeWithOffsets()
955 length=targetCapacity; in _IMAPToUnicodeWithOffsets()
1170 int32_t length, targetCapacity, sourceIndex; in _IMAPFromUnicodeWithOffsets() local
1203 targetCapacity=(int32_t)(targetLimit-target); in _IMAPFromUnicodeWithOffsets()
1204 if(length>targetCapacity) { in _IMAPFromUnicodeWithOffsets()
1205 length=targetCapacity; in _IMAPFromUnicodeWithOffsets()