Home | History | Annotate | Download | only in common

Lines Matching full:copylen

890     int32_t copyLen;
979 copyLen = uprv_min(resultLen, typeCapacity);
980 uprv_memcpy(type, resType, copyLen);
983 for (i = 0; i < copyLen; i++) {