/*
-* Copyright (C) 2003-2004, International Business Machines Corporation and others. All Rights Reserved.
-********************************************************************************
+******************************************************************************
+* Copyright (C) 2003-2009, International Business Machines Corporation
+* and others. All Rights Reserved.
+******************************************************************************
*
* File HEBRWCAL.H
*
* Date Name Description
* 05/13/2003 srl copied from gregocal.h
* 11/26/2003 srl copied from buddhcal.h
-********************************************************************************
+******************************************************************************
*/
#ifndef HEBRWCAL_H
/**
* @deprecated ICU 2.6 use UCalendarDateFields instead of EDateFields
*/
- inline virtual void add(EDateFields field, int32_t amount, UErrorCode& status) { add((UCalendarDateFields)field, amount, status); }
+ virtual void add(EDateFields field, int32_t amount, UErrorCode& status);
/**
` */
virtual void roll(EDateFields field, int32_t amount, UErrorCode& status);
+ /**
+ * @internal
+ */
+ static UBool isLeapYear(int32_t year) ;
protected:
*/
int32_t yearType(int32_t year) const;
- /**
- * @internal
- */
- static UBool isLeapYear(int32_t year) ;
/**
* @internal
*/