Lines Matching defs:copyLen
1078 int32_t copyLen = resLen <= posixIDCapacity ? resLen : posixIDCapacity;1079 uprv_memcpy(posixID, pPosixID, copyLen);