From 4b5a43f324ef62dd029f84eded87e0f6bd44605c Mon Sep 17 00:00:00 2001 From: Michael Ow Date: Sun, 1 Jun 2014 05:07:41 +0000 Subject: [PATCH] ICU-8260 Increase buffer size of location keywords X-SVN-Rev: 35787 --- icu4c/source/common/unicode/uloc.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.40.0