Lines Matching refs:targetCapacity
2405 char *target, int32_t targetCapacity,
2425 return u_terminateChars(target, targetCapacity, 0, pErrorCode);
2432 if(targetCapacity>0) {
2434 targetLimit=target+targetCapacity;
2447 * to it but continue the conversion in order to store in targetCapacity
2450 if(*pErrorCode==U_BUFFER_OVERFLOW_ERROR || targetCapacity==0)
2469 return u_terminateChars(target, targetCapacity, targetLength, pErrorCode);
2478 char *target, int32_t targetCapacity,
2490 targetCapacity<0 || (targetCapacity>0 && target==NULL)
2498 return u_terminateChars(target, targetCapacity, 0, pErrorCode);
2514 target, targetCapacity,
2529 char *target, int32_t targetCapacity,
2541 targetCapacity<0 || (targetCapacity>0 && target==NULL)
2549 return u_terminateChars(target, targetCapacity, 0, pErrorCode);
2573 target, targetCapacity,
2585 char *target, int32_t targetCapacity,
2589 target, targetCapacity,
2597 char *target, int32_t targetCapacity,
2601 target, targetCapacity,