Home | History | Annotate | Download | only in common

Lines Matching refs:reqLength

1415     int32_t reqLength = 0;
1432 reqLength++;
1442 reqLength++;
1445 reqLength+=U16_LENGTH(ch);
1449 reqLength+=(int32_t)(pDest - dest);
1452 *pDestLength = reqLength;
1456 u_terminateUChars(dest,destCapacity,reqLength,pErrorCode);