Home | History | Annotate | Download | only in common

Lines Matching full:targetcapacity

765                        int32_t targetCapacity,
769 if(targetCapacity < 0 || (targetCapacity > 0 && target == NULL)) {
776 if(length <= targetCapacity) {
780 return u_terminateChars(target, targetCapacity, length, &status);