Lines Matching refs:destCapacity
180 UChar *dest, int32_t destCapacity, in u_strToPunycode() argument
193 if(src==NULL || srcLength<-1 || (dest==NULL && destCapacity!=0)) { in u_strToPunycode()
216 if(destLength<destCapacity) { in u_strToPunycode()
249 if(destLength<destCapacity) { in u_strToPunycode()
276 if(destLength<destCapacity) { in u_strToPunycode()
347 if(destLength<destCapacity) { in u_strToPunycode()
354 if(destLength<destCapacity) { in u_strToPunycode()
368 return u_terminateUChars(dest, destCapacity, destLength, pErrorCode); in u_strToPunycode()
373 UChar *dest, int32_t destCapacity, in u_strFromPunycode() argument
385 if(src==NULL || srcLength<-1 || (dest==NULL && destCapacity!=0)) { in u_strFromPunycode()
416 if(j<destCapacity) { in u_strFromPunycode()
521 if((destLength+cpLength)<=destCapacity) { in u_strFromPunycode()
577 return u_terminateUChars(dest, destCapacity, destLength, pErrorCode); in u_strFromPunycode()