Home | History | Annotate | Download | only in common

Lines Matching refs:copyLen

913     int32_t copyLen;
1002 copyLen = uprv_min(resultLen, typeCapacity);
1003 uprv_memcpy(type, resType, copyLen);
1006 for (i = 0; i < copyLen; i++) {