Lines Matching full:targetcapacity
2404 char *target, int32_t targetCapacity,
2424 return u_terminateChars(target, targetCapacity, 0, pErrorCode);
2431 if(targetCapacity>0) {
2433 targetLimit=target+targetCapacity;
2446 * to it but continue the conversion in order to store in targetCapacity
2449 if(*pErrorCode==U_BUFFER_OVERFLOW_ERROR || targetCapacity==0)
2468 return u_terminateChars(target, targetCapacity, targetLength, pErrorCode);
2477 char *target, int32_t targetCapacity,
2489 targetCapacity<0 || (targetCapacity>0 && target==NULL)
2497 return u_terminateChars(target, targetCapacity, 0, pErrorCode);
2513 target, targetCapacity,
2528 char *target, int32_t targetCapacity,
2540 targetCapacity<0 || (targetCapacity>0 && target==NULL)
2548 return u_terminateChars(target, targetCapacity, 0, pErrorCode);
2572 target, targetCapacity,
2584 char *target, int32_t targetCapacity,
2588 target, targetCapacity,
2596 char *target, int32_t targetCapacity,
2600 target, targetCapacity,