ICU-1109 allow slightly longer country IDs so that a test still passes with more error checking (new overflow checking in init()...)
X-SVN-Rev: 6000
This commit is contained in:
parent
9e00e4eeb5
commit
c96abc8ab6
@ -33,7 +33,7 @@
|
||||
#include "unicode/putil.h"
|
||||
|
||||
#define ULOC_LANG_CAPACITY 12
|
||||
#define ULOC_COUNTRY_CAPACITY 3
|
||||
#define ULOC_COUNTRY_CAPACITY 4
|
||||
#define ULOC_FULLNAME_CAPACITY 50
|
||||
|
||||
#ifdef XP_CPLUSPLUS
|
||||
|
Loading…
Reference in New Issue
Block a user