]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/test/perf/ustrperf/stringperf.h
ICU-57131.0.1.tar.gz
[apple/icu.git] / icuSources / test / perf / ustrperf / stringperf.h
index 35f30c27c322506f4a30e04b9c58f29db5e78ed4..8dc316f3602f0647540d20ad019186de6ae5e0e5 100644 (file)
@@ -1,12 +1,13 @@
 /*
 **********************************************************************
-* Copyright (c) 2002-2011, International Business Machines
+* Copyright (c) 2002-2016, International Business Machines
 * Corporation and others.  All Rights Reserved.
 **********************************************************************
 */
 #ifndef _STRINGPERF_H
 #define _STRINGPERF_H
 
+#include "cmemory.h"
 #include "unicode/utypes.h"
 #include "unicode/unistr.h"
 
@@ -242,7 +243,7 @@ private:
 
         wlines_=new WLine[numLines_];
         wchar_t ws[100];
-        int32_t wcap = sizeof(ws) / sizeof(*ws);
+        int32_t wcap = UPRV_LENGTHOF(ws);
         int32_t wl;
         wchar_t* wcs;