ICU-5426 Give a wider margin for growth of the collation trie.

X-SVN-Rev: 20678
This commit is contained in:
George Rhoten 2006-11-22 23:14:11 +00:00
parent a07b078753
commit dc327679cf

View file

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