]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/i18n/buddhcal.h
ICU-64260.0.1.tar.gz
[apple/icu.git] / icuSources / i18n / buddhcal.h
index 735f61890a7b617f8cb33b8d56cc07fdfbab8b50..88509ba9037293131dec412668968ef33b7d0cd9 100644 (file)
@@ -1,6 +1,8 @@
+// © 2016 and later: Unicode, Inc. and others.
+// License & terms of use: http://www.unicode.org/copyright.html
 /*
  ********************************************************************************
- * Copyright (C) 2003-2007, International Business Machines Corporation
+ * Copyright (C) 2003-2013, International Business Machines Corporation
  * and others. All Rights Reserved.
  ********************************************************************************
  *
@@ -189,49 +191,6 @@ private:
      * @internal
      */
     virtual int32_t defaultCenturyStartYear() const;
-
- private: // default century stuff.
-    /**
-     * 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;
-
-    /**
-     * Returns the beginning date of the 100-year window that dates 
-     * with 2-digit years are considered to fall within.
-     */
-    UDate         internalGetDefaultCenturyStart(void) const;
-
-    /**
-     * Returns the first year of the 100-year window that dates with 
-     * 2-digit years are considered to fall within.
-     */
-    int32_t          internalGetDefaultCenturyStartYear(void) const;
-
-    /**
-     * 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);
 };
 
 U_NAMESPACE_END