mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-21 12:40:02 +00:00
ICU-8157 bump U_COL_SAFECLONE_BUFFERSIZE to 528: reordering and delegate have pushed it over 512 on IBM i teraspace.
X-SVN-Rev: 31481
This commit is contained in:
parent
be53c49e85
commit
4eac54f2f6
1 changed files with 1 additions and 1 deletions
|
@ -1160,7 +1160,7 @@ ucol_safeClone(const UCollator *coll,
|
|||
/** default memory size for the new clone. It needs to be this large for os/400 large pointers
|
||||
* @stable ICU 2.0
|
||||
*/
|
||||
#define U_COL_SAFECLONE_BUFFERSIZE 512
|
||||
#define U_COL_SAFECLONE_BUFFERSIZE 528
|
||||
|
||||
/**
|
||||
* Returns current rules. Delta defines whether full rules are returned or just the tailoring.
|
||||
|
|
Loading…
Add table
Reference in a new issue