From dc327679cf3453bc5447e0a82fa53b3b4b4d2f4f Mon Sep 17 00:00:00 2001 From: George Rhoten Date: Wed, 22 Nov 2006 23:14:11 +0000 Subject: [PATCH] ICU-5426 Give a wider margin for growth of the collation trie. X-SVN-Rev: 20678 --- icu4c/source/i18n/ucol_elm.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/icu4c/source/i18n/ucol_elm.h b/icu4c/source/i18n/ucol_elm.h index 60bc73c419a..9de80da8069 100644 --- a/icu4c/source/i18n/ucol_elm.h +++ b/icu4c/source/i18n/ucol_elm.h @@ -41,7 +41,7 @@ this number can't be more than 256K. As of Unicode 5, it currently could safely go to 128K without a problem. Normally, less than 32K are tailored. */ -#define UCOL_ELM_TRIE_CAPACITY 0x30000 +#define UCOL_ELM_TRIE_CAPACITY 0x40000 typedef struct { uint32_t *CEs;