| Index: source/i18n/ucln_in.h
|
| diff --git a/source/i18n/ucln_in.h b/source/i18n/ucln_in.h
|
| index e9685161fbc46d3acc8d11a9dc88f088eb44bbdb..b609fce0c2da5aa085ce1e61dcec32a399f72535 100644
|
| --- a/source/i18n/ucln_in.h
|
| +++ b/source/i18n/ucln_in.h
|
| @@ -1,9 +1,11 @@
|
| +// Copyright (C) 2016 and later: Unicode, Inc. and others.
|
| +// License & terms of use: http://www.unicode.org/copyright.html
|
| /*
|
| ******************************************************************************
|
| -* Copyright (C) 2001-2014, International Business Machines
|
| +* Copyright (C) 2001-2016, International Business Machines
|
| * Corporation and others. All Rights Reserved.
|
| ******************************************************************************
|
| -* file name: ucln_cmn.h
|
| +* file name: ucln_in.h
|
| * encoding: US-ASCII
|
| * tab size: 8 (not used)
|
| * indentation:4
|
| @@ -24,8 +26,8 @@ as the functions are suppose to be called.
|
| It's usually best to have child dependencies called first. */
|
| typedef enum ECleanupI18NType {
|
| UCLN_I18N_START = -1,
|
| - UCLN_I18N_IDENTIFIER_INFO,
|
| UCLN_I18N_SPOOF,
|
| + UCLN_I18N_SPOOFDATA,
|
| UCLN_I18N_TRANSLITERATOR,
|
| UCLN_I18N_REGEX,
|
| UCLN_I18N_ISLAMIC_CALENDAR,
|
| @@ -40,9 +42,11 @@ typedef enum ECleanupI18NType {
|
| UCLN_I18N_TIMEZONENAMES,
|
| UCLN_I18N_ZONEMETA,
|
| UCLN_I18N_TIMEZONE,
|
| - UCLN_I18N_CURRENCY,
|
| + UCLN_I18N_DIGITLIST,
|
| UCLN_I18N_DECFMT,
|
| UCLN_I18N_NUMFMT,
|
| + UCLN_I18N_ALLOWED_HOUR_FORMATS,
|
| + UCLN_I18N_DAYPERIODRULES,
|
| UCLN_I18N_SMPDTFMT,
|
| UCLN_I18N_USEARCH,
|
| UCLN_I18N_COLLATOR,
|
|
|