Home | History | Annotate | Download | only in common

Lines Matching refs:reqLength

1401     int32_t reqLength = 0;
1418 reqLength++;
1428 reqLength++;
1431 reqLength+=U16_LENGTH(ch);
1435 reqLength+=(int32_t)(pDest - dest);
1438 *pDestLength = reqLength;
1442 u_terminateUChars(dest,destCapacity,reqLength,pErrorCode);