Home | History | Annotate | Download | only in common

Lines Matching full:copylength

2658         int32_t copyLength = uprv_min(length, resultCapacity);
2659 if(copyLength>0) {
2660 uprv_strncpy(result, found, copyLength);