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