]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/i18n/japancal.cpp
ICU-57131.0.1.tar.gz
[apple/icu.git] / icuSources / i18n / japancal.cpp
index 0f985f0a79268e13d158a0f238c2c5e356441375..83aa038574e2563d42ba1cb735cff85df73d2b62 100644 (file)
@@ -1,7 +1,7 @@
 /*
 *******************************************************************************
-* Copyright (C) 2003-2009,2012, International Business Machines Corporation and    *
-* others. All Rights Reserved.                                                *
+* Copyright (C) 2003-2009,2012,2016 International Business Machines Corporation and
+* others. All Rights Reserved.
 *******************************************************************************
 *
 * File JAPANCAL.CPP
@@ -15,6 +15,7 @@
 
 #if !UCONFIG_NO_FORMATTING
 
+#include "cmemory.h"
 #include "japancal.h"
 #include "unicode/gregocal.h"
 #include "umutex.h"
@@ -276,7 +277,7 @@ static const struct {
     {  1989,    1,  8 }   // Heisei    235
 };
 
-#define kEraCount (sizeof(kEraInfo)/sizeof(kEraInfo[0]))
+#define kEraCount UPRV_LENGTHOF(kEraInfo)
 
 /**
  * The current era, for reference.