mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-08 06:53:45 +00:00
ICU-7309 Allow result length to differ from source length if options given.
X-SVN-Rev: 27185
This commit is contained in:
parent
70734622a2
commit
282dba0dc7
1 changed files with 1 additions and 2 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue