Home | History | Annotate | Download | only in common

Lines Matching refs:copyLen

824     int32_t copyLen;
905 copyLen = uprv_min(resultLen, typeCapacity);
906 uprv_memcpy(type, resType, copyLen);
909 for (i = 0; i < copyLen; i++) {