Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / icu / source / i18n / ethpccal.h
index 01db826..6aba682 100644 (file)
@@ -1,6 +1,6 @@
 /*
 *******************************************************************************
-* Copyright (C) 2003 - 2008, International Business Machines Corporation and  *
+* Copyright (C) 2003 - 2013, International Business Machines Corporation and  *
 * others. All Rights Reserved.                                                *
 *******************************************************************************
 */
@@ -206,36 +206,6 @@ protected:
 
 private:
     /**
-     * The system maintains a static default century start date.  This is initialized
-     * the first time it is used.  Before then, it is set to SYSTEM_DEFAULT_CENTURY to
-     * indicate an uninitialized state.  Once the system default century date and year
-     * are set, they do not change.
-     */
-    static UDate fgSystemDefaultCenturyStart;
-
-    /**
-     * See documentation for systemDefaultCenturyStart.
-     */
-    static int32_t fgSystemDefaultCenturyStartYear;
-
-    /**
-     * Default value that indicates the defaultCenturyStartYear is unitialized
-     */
-    static const int32_t fgSystemDefaultCenturyYear;
-
-    /**
-     * start of default century, as a date
-     */
-    static const UDate fgSystemDefaultCentury;
-    /**
-     * Initializes the 100-year window that dates with 2-digit years
-     * are considered to fall within so that its start date is 80 years
-     * before the current time.
-     */
-    static void initializeSystemDefaultCentury(void);
-
-    /**
      * When eraType is AMETE_ALEM_ERA, then this calendar use only AMETE_ALEM
      * for the era. Otherwise (default), this calendar uses both AMETE_ALEM
      * and AMETE_MIHRET.