/*
******************************************************************************
-* Copyright (C) 2003-2006, International Business Machines Corporation
+* Copyright (C) 2003-2009, International Business Machines Corporation
* and others. All Rights Reserved.
******************************************************************************
*
` */
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
*/