Lines Matching refs:reqLength
276 reqLength=0;
356 reqLength = b1Len;
358 reqLength = b1Len;
389 reqLength = b2Len+ACE_PREFIX_LENGTH;
391 if(reqLength > destCapacity){
406 if(reqLength > MAX_LABEL_LENGTH){
421 return u_terminateUChars(dest, destCapacity, reqLength, status);
450 reqLength=0;
589 reqLength = b2Len;
619 reqLength = srcLength;
647 reqLength = srcLength;
650 return u_terminateUChars(dest, destCapacity, reqLength, status);
705 int32_t reqLength = 0;
763 int32_t tempLen = (reqLength + b1Len );
766 u_memmove(dest+reqLength, b1, b1Len);
769 reqLength = tempLen;
773 if(reqLength < destCapacity){
774 dest[reqLength] = FULL_STOP;
776 reqLength++;
812 int32_t tempLen = (reqLength + b1Len );
815 u_memmove(dest+reqLength, b1, b1Len);
818 reqLength = tempLen;
822 if(reqLength < destCapacity){
823 dest[reqLength] = FULL_STOP;
825 reqLength++;
842 return u_terminateUChars(dest, destCapacity, reqLength, status);
860 int32_t reqLength = 0;
917 int32_t tempLen = (reqLength + b1Len );
920 u_memmove(dest+reqLength, b1, b1Len);
923 reqLength = tempLen;
926 if(reqLength < destCapacity){
927 dest[reqLength] = FULL_STOP;
929 reqLength++;
969 int32_t tempLen = (reqLength + b1Len );
972 u_memmove(dest+reqLength, b1, b1Len);
975 reqLength = tempLen;
979 if(reqLength < destCapacity){
980 dest[reqLength] = FULL_STOP;
982 reqLength++;
998 return u_terminateUChars(dest, destCapacity, reqLength, status);