Home | History | Annotate | Download | only in intltest

Lines Matching refs:reqLength

263             reqLength=0;
343 reqLength = b1Len;
345 reqLength = b1Len;
376 reqLength = b2Len+ACE_PREFIX_LENGTH;
378 if(reqLength > destCapacity){
393 if(reqLength > MAX_LABEL_LENGTH){
408 return u_terminateUChars(dest, destCapacity, reqLength, status);
437 reqLength=0;
576 reqLength = b2Len;
606 reqLength = srcLength;
634 reqLength = srcLength;
637 return u_terminateUChars(dest, destCapacity, reqLength, status);
692 int32_t reqLength = 0;
750 int32_t tempLen = (reqLength + b1Len );
753 uprv_memmove(dest+reqLength, b1, b1Len * U_SIZEOF_UCHAR);
756 reqLength = tempLen;
760 if(reqLength < destCapacity){
761 dest[reqLength] = FULL_STOP;
763 reqLength++;
799 int32_t tempLen = (reqLength + b1Len );
802 uprv_memmove(dest+reqLength, b1, b1Len * U_SIZEOF_UCHAR);
805 reqLength = tempLen;
809 if(reqLength < destCapacity){
810 dest[reqLength] = FULL_STOP;
812 reqLength++;
829 return u_terminateUChars(dest, destCapacity, reqLength, status);
847 int32_t reqLength = 0;
904 int32_t tempLen = (reqLength + b1Len );
907 uprv_memmove(dest+reqLength, b1, b1Len * U_SIZEOF_UCHAR);
910 reqLength = tempLen;
913 if(reqLength < destCapacity){
914 dest[reqLength] = FULL_STOP;
916 reqLength++;
956 int32_t tempLen = (reqLength + b1Len );
959 uprv_memmove(dest+reqLength, b1, b1Len * U_SIZEOF_UCHAR);
962 reqLength = tempLen;
966 if(reqLength < destCapacity){
967 dest[reqLength] = FULL_STOP;
969 reqLength++;
985 return u_terminateUChars(dest, destCapacity, reqLength, status);