/*
******************************************************************************
-* *
-* Copyright (C) 2001-2012, International Business Machines *
-* Corporation and others. All Rights Reserved. *
-* *
+* Copyright (C) 2001-2014, International Business Machines
+* Corporation and others. All Rights Reserved.
******************************************************************************
* file name: ucln_cmn.h
* encoding: US-ASCII
* created by: George Rhoten
*/
-#ifndef __UCLN_CMN_H__
-#define __UCLN_CMN_H__
+#ifndef __UCLN_IN_H__
+#define __UCLN_IN_H__
#include "unicode/utypes.h"
#include "ucln.h"
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_TRANSLITERATOR,
UCLN_I18N_REGEX,
UCLN_I18N_ISLAMIC_CALENDAR,
UCLN_I18N_CHINESE_CALENDAR,
UCLN_I18N_HEBREW_CALENDAR,
UCLN_I18N_ASTRO_CALENDAR,
+ UCLN_I18N_DANGI_CALENDAR,
UCLN_I18N_CALENDAR,
+ UCLN_I18N_TIMEZONEFORMAT,
UCLN_I18N_TIMEZONEGENERICNAMES,
UCLN_I18N_TIMEZONENAMES,
UCLN_I18N_ZONEMETA,
UCLN_I18N_CURRENCY,
UCLN_I18N_DECFMT,
UCLN_I18N_NUMFMT,
+ UCLN_I18N_RELDATEFMT,
+ UCLN_I18N_MEASFMT,
UCLN_I18N_SMPDTFMT,
UCLN_I18N_USEARCH,
UCLN_I18N_COLLATOR,
- UCLN_I18N_UCOL,
UCLN_I18N_UCOL_RES,
- UCLN_I18N_UCOL_BLD,
UCLN_I18N_CSDET,
- UCLN_I18N_COLL_DATA,
- UCLN_I18N_INDEX_CHARACTERS,
+ UCLN_I18N_COLLATION_ROOT,
+ UCLN_I18N_GENDERINFO,
+ UCLN_I18N_CDFINFO,
+ UCLN_I18N_REGION,
UCLN_I18N_COUNT /* This must be last */
} ECleanupI18NType;