Home | History | Annotate | Download | only in common

Lines Matching full:copylength

2641         int32_t copyLength = uprv_min(length, resultCapacity);
2642 if(copyLength>0) {
2643 uprv_strncpy(result, found, copyLength);