Home | History | Annotate | Download | only in common

Lines Matching full:targetcapacity

811                        int32_t targetCapacity,
815 if(targetCapacity < 0 || (targetCapacity > 0 && target == NULL)) {
822 if(length <= targetCapacity) {
826 return u_terminateChars(target, targetCapacity, length, &status);