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:
Steven R. Loomis 2012-02-22 03:50:56 +00:00
parent be53c49e85
commit 4eac54f2f6

View File

@ -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.