Home | History | Annotate | Download | only in common

Lines Matching refs:copyLen

792     int32_t copyLen;
873 copyLen = uprv_min(resultLen, typeCapacity);
874 uprv_memcpy(type, resType, copyLen);
877 for (i = 0; i < copyLen; i++) {