Home | History | Annotate | Download | only in common

Lines Matching refs:reqLength

1406     int32_t reqLength = 0;
1423 reqLength++;
1433 reqLength++;
1436 reqLength+=U16_LENGTH(ch);
1440 reqLength+=(int32_t)(pDest - dest);
1443 *pDestLength = reqLength;
1447 u_terminateUChars(dest,destCapacity,reqLength,pErrorCode);