From: Michael Ow Date: Sun, 1 Jun 2014 05:07:41 +0000 (+0000) Subject: ICU-8260 Increase buffer size of location keywords X-Git-Tag: milestone-59-0-1~1883 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4b5a43f324ef62dd029f84eded87e0f6bd44605c;p=icu ICU-8260 Increase buffer size of location keywords X-SVN-Rev: 35787 --- diff --git a/icu4c/source/common/unicode/uloc.h b/icu4c/source/common/unicode/uloc.h index 28ab902b522..fd9ddd83543 100644 --- a/icu4c/source/common/unicode/uloc.h +++ b/icu4c/source/common/unicode/uloc.h @@ -1,6 +1,6 @@ /* ********************************************************************** -* Copyright (C) 1997-2013, International Business Machines +* Copyright (C) 1997-2014, International Business Machines * Corporation and others. All Rights Reserved. ********************************************************************** * @@ -272,7 +272,7 @@ * Useful constant for the maximum size of keywords in a locale * @stable ICU 2.8 */ -#define ULOC_KEYWORDS_CAPACITY 50 +#define ULOC_KEYWORDS_CAPACITY 96 /** * Useful constant for the maximum total size of keywords and their values in a locale