Lines Matching refs:targetCapacity
2398 char *target, int32_t targetCapacity, in ucnv_internalConvert() argument
2418 return u_terminateChars(target, targetCapacity, 0, pErrorCode); in ucnv_internalConvert()
2425 if(targetCapacity>0) { in ucnv_internalConvert()
2427 targetLimit=target+targetCapacity; in ucnv_internalConvert()
2443 if(*pErrorCode==U_BUFFER_OVERFLOW_ERROR || targetCapacity==0) in ucnv_internalConvert()
2462 return u_terminateChars(target, targetCapacity, targetLength, pErrorCode); in ucnv_internalConvert()
2471 char *target, int32_t targetCapacity, in ucnv_convert() argument
2483 targetCapacity<0 || (targetCapacity>0 && target==NULL) in ucnv_convert()
2491 return u_terminateChars(target, targetCapacity, 0, pErrorCode); in ucnv_convert()
2507 target, targetCapacity, in ucnv_convert()
2522 char *target, int32_t targetCapacity, in ucnv_convertAlgorithmic() argument
2534 targetCapacity<0 || (targetCapacity>0 && target==NULL) in ucnv_convertAlgorithmic()
2542 return u_terminateChars(target, targetCapacity, 0, pErrorCode); in ucnv_convertAlgorithmic()
2566 target, targetCapacity, in ucnv_convertAlgorithmic()
2578 char *target, int32_t targetCapacity, in ucnv_toAlgorithmic() argument
2582 target, targetCapacity, in ucnv_toAlgorithmic()
2590 char *target, int32_t targetCapacity, in ucnv_fromAlgorithmic() argument
2594 target, targetCapacity, in ucnv_fromAlgorithmic()