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:
Markus Scherer 2001-10-02 23:51:42 +00:00
parent 9e00e4eeb5
commit c96abc8ab6

View File

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