X-Git-Url: https://git.saurik.com/apple/icu.git/blobdiff_plain/b25be06635768807f8f693286fa73bb2297bb06c..4388f060552cc537e71e957d32f35e9d75a61233:/icuSources/i18n/ulocdata.c diff --git a/icuSources/i18n/ulocdata.c b/icuSources/i18n/ulocdata.c index 20d02462..a864c3aa 100644 --- a/icuSources/i18n/ulocdata.c +++ b/icuSources/i18n/ulocdata.c @@ -1,7 +1,7 @@ /* ****************************************************************************** * * -* Copyright (C) 2003-2009, International Business Machines * +* Copyright (C) 2003-2011, International Business Machines * * Corporation and others. All Rights Reserved. * * * ****************************************************************************** @@ -100,7 +100,9 @@ U_CAPI USet* U_EXPORT2 ulocdata_getExemplarSet(ULocaleData *uld, USet *fillIn, uint32_t options, ULocaleDataExemplarSetType extype, UErrorCode *status){ - static const char* const exemplarSetTypes[] = { "ExemplarCharacters", "AuxExemplarCharacters" }; + static const char* const exemplarSetTypes[] = { "ExemplarCharacters", + "AuxExemplarCharacters", + "ExemplarCharactersIndex"}; const UChar *exemplarChars = NULL; int32_t len = 0; UErrorCode localStatus = U_ZERO_ERROR;