]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/test/perf/utrie2perf/utrie2perf.cpp
ICU-66108.tar.gz
[apple/icu.git] / icuSources / test / perf / utrie2perf / utrie2perf.cpp
index 18c386c7566317e3707b4cc4fb030c745b7c3e19..8b28407c19b7f0fe302db5f6948ea55be2d9f41d 100644 (file)
@@ -1,10 +1,14 @@
 /*  
- **********************************************************************
- *   Copyright (C) 2002-2008, International Business Machines
+ ***********************************************************************
+ * © 2016 and later: Unicode, Inc. and others.
+ * License & terms of use: http://www.unicode.org/copyright.html#License
+ ***********************************************************************
+ ***********************************************************************
+ *   Copyright (C) 2002-2014, International Business Machines
  *   Corporation and others.  All Rights Reserved.
- **********************************************************************
+ ***********************************************************************
  *  file name:  utrie2perf.cpp
- *  encoding:   US-ASCII
+ *  encoding:   UTF-8
  *  tab size:   8 (not used)
  *  indentation:4
  *
@@ -21,8 +25,6 @@
 #include "unicode/uperf.h"
 #include "uoptions.h"
 
-#define LENGTHOF(array) (int32_t)(sizeof(array)/sizeof((array)[0]))
-
 #if 0
 // Left over from when icu/branches/markus/utf8 could use both old UTrie
 // and new UTrie2, switched with #if in unorm.cpp and ubidi_props.c.