Lines Matching refs:destCapacity
99 UChar *dest, int32_t destCapacity,
106 src, srcLength, dest, destCapacity, pErrorCode);
109 src, srcLength, dest, destCapacity, pErrorCode);
118 UChar *dest, int32_t destCapacity,
125 if(destCapacity<0 || (dest==NULL && destCapacity>0) || src==NULL) {
134 return u_terminateUChars(dest, destCapacity, 0, pErrorCode);
163 UnicodeString destString(dest, 0, destCapacity);
165 n2->normalize(buffer, destString, *pErrorCode).extract(dest, destCapacity, *pErrorCode);
172 return buffer.extract(dest, destCapacity, *pErrorCode);
178 UChar *dest, int32_t destCapacity,
189 return _iterate(src, forward, dest, destCapacity,
192 return _iterate(src, forward, dest, destCapacity,
198 UChar *dest, int32_t destCapacity,
203 dest, destCapacity,
211 UChar *dest, int32_t destCapacity,
216 dest, destCapacity,
227 UChar *dest, int32_t destCapacity,
233 if(destCapacity<0 || (dest==NULL && destCapacity>0) ||
241 ((right>=dest && right<(dest+destCapacity)) ||
251 destString.setTo(dest, leftLength, destCapacity);
253 destString.setTo(dest, 0, destCapacity);
257 extract(dest, destCapacity, *pErrorCode);
263 UChar *dest, int32_t destCapacity,
274 dest, destCapacity, &fn2, pErrorCode);
277 dest, destCapacity, n2, pErrorCode);