X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fthird_party%2Ficu%2Fsource%2Fi18n%2Fcoptccal.h;h=5d2e306c632e4df6d9a1448492a49df3680c55ef;hb=4a1a0bdd01eef90b0826a0e761d3379d3715c10f;hp=f42230dff4cdfdafec9daa4582edb3a08987dde4;hpb=b1be5ca53587d23e7aeb77b26861fdc0a181ffd8;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/third_party/icu/source/i18n/coptccal.h b/src/third_party/icu/source/i18n/coptccal.h index f42230d..5d2e306 100644 --- a/src/third_party/icu/source/i18n/coptccal.h +++ b/src/third_party/icu/source/i18n/coptccal.h @@ -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. * ******************************************************************************* */ @@ -188,36 +188,6 @@ protected: */ virtual int32_t getJDEpochOffset() const; -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); public: /**