mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-13 08:53:20 +00:00
ICU-5426 Give a wider margin for growth of the collation trie.
X-SVN-Rev: 20678
This commit is contained in:
parent
a07b078753
commit
dc327679cf
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue