Home | History | Annotate | Download | only in common

Lines Matching refs:destCapacity

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