Lines Matching defs:destCapacity

35                int32_t destCapacity,
53 (destCapacity<0) || (dest == NULL && destCapacity > 0) ||
65 destLimit = dest + destCapacity;
128 u_terminateUChars(dest, destCapacity, reqLength, pErrorCode);
135 int32_t destCapacity,
141 dest, destCapacity, pDestLength,
149 int32_t destCapacity,
168 (destCapacity<0) || (dest == NULL && destCapacity > 0) ||
180 destLimit = dest + destCapacity;
234 u_terminateUChar32s(dest, destCapacity, reqLength, pErrorCode);
241 int32_t destCapacity,
247 dest, destCapacity, pDestLength,
395 int32_t destCapacity,
402 UChar *pDestLimit = dest+destCapacity;
415 (destCapacity<0) || (dest == NULL && destCapacity > 0) ||
712 u_terminateUChars(dest,destCapacity,reqLength,pErrorCode);
719 int32_t destCapacity,
725 dest, destCapacity, pDestLength,
733 int32_t destCapacity,
749 (destCapacity<0) || (dest == NULL && destCapacity > 0)
757 UChar *pDestLimit = dest+destCapacity;
850 if(destCapacity < srcLength) {
943 u_terminateUChars(dest,destCapacity,reqLength,pErrorCode);
972 int32_t destCapacity,
981 uint8_t *pDestLimit = pDest + destCapacity;
990 (destCapacity<0) || (dest == NULL && destCapacity > 0) ||
1230 u_terminateChars(dest, destCapacity, reqLength, pErrorCode);
1236 int32_t destCapacity,
1242 dest, destCapacity, pDestLength,
1251 int32_t destCapacity,
1258 UChar *pDestLimit = dest+destCapacity;
1272 (dest==NULL && destCapacity!=0) || destCapacity<0 ||
1300 u_terminateUChars(dest, destCapacity, reqLength, pErrorCode);
1497 u_terminateUChars(dest, destCapacity, reqLength, pErrorCode);
1504 int32_t destCapacity,
1512 uint8_t *pDestLimit = pDest + destCapacity;
1521 (dest==NULL && destCapacity!=0) || destCapacity<0
1540 u_terminateChars(dest, destCapacity, reqLength, pErrorCode);
1638 u_terminateChars(dest, destCapacity, reqLength, pErrorCode);