Home | History | Annotate | Download | only in common

Lines Matching full:targetcapacity

2406                      char *target, int32_t targetCapacity,
2426 return u_terminateChars(target, targetCapacity, 0, pErrorCode);
2433 if(targetCapacity>0) {
2435 targetLimit=target+targetCapacity;
2448 * to it but continue the conversion in order to store in targetCapacity
2451 if(*pErrorCode==U_BUFFER_OVERFLOW_ERROR || targetCapacity==0)
2470 return u_terminateChars(target, targetCapacity, targetLength, pErrorCode);
2479 char *target, int32_t targetCapacity,
2491 targetCapacity<0 || (targetCapacity>0 && target==NULL)
2499 return u_terminateChars(target, targetCapacity, 0, pErrorCode);
2515 target, targetCapacity,
2530 char *target, int32_t targetCapacity,
2542 targetCapacity<0 || (targetCapacity>0 && target==NULL)
2550 return u_terminateChars(target, targetCapacity, 0, pErrorCode);
2574 target, targetCapacity,
2586 char *target, int32_t targetCapacity,
2590 target, targetCapacity,
2598 char *target, int32_t targetCapacity,
2602 target, targetCapacity,