ICU-7309 Allow result length to differ from source length if options given.

X-SVN-Rev: 27185
This commit is contained in:
Michael Ow 2010-01-08 19:52:36 +00:00
parent 70734622a2
commit 282dba0dc7

View file

@ -1,7 +1,7 @@
/*
******************************************************************************
*
* Copyright (C) 2000-2009, International Business Machines
* Copyright (C) 2000-2010, International Business Machines
* Corporation and others. All Rights Reserved.
*
******************************************************************************
@ -1167,7 +1167,6 @@ expandCompositChar(UChar *dest, int32_t sourceLength,
}
uprv_memcpy(dest, tempbuffer, destSize*U_SIZEOF_UCHAR);
destSize = sourceLength;
}
}