Lines Matching full:copylength
665 int32_t copyLength = fullLength;666 if (copyLength < destCapacity) {667 dest[copyLength] = 0;668 } else if (copyLength == destCapacity) {671 copyLength = destCapacity;678 if (copyLength > 0) {679 u_memcpy(dest, ®exp->fText[startIx], copyLength);