Home | History | Annotate | Download | only in common

Lines Matching refs:copyLength

332         int32_t copyLength=uprv_min(length, destCapacity);
333 if(copyLength>0 && s != NULL) {
334 u_memcpy(dest, s, copyLength);