-/********************************************************************
+/***********************************************************************
+ * © 2016 and later: Unicode, Inc. and others.
+ * License & terms of use: http://www.unicode.org/copyright.html#License
+ *
+ ***********************************************************************
+ ***********************************************************************
* COPYRIGHT:
- * Copyright (C) 2001-2011 International Business Machines Corporation
+ * Copyright (C) 2001-2016 International Business Machines Corporation
* and others. All Rights Reserved.
*
- ********************************************************************/
+ ***********************************************************************/
/********************************************************************************
*
* File ubrkperf.cpp
*********************************************************************************
*/
+#include "cmemory.h"
#include "ubrkperf.h"
#include "uoptions.h"
#include <stdio.h>
m_fileLen_(0)
{
- _remainingArgc = u_parseArgs(_remainingArgc, (char**)argv, (int32_t)(sizeof(options)/sizeof(options[0])), options);
+ _remainingArgc = u_parseArgs(_remainingArgc, (char**)argv, UPRV_LENGTHOF(options), options);
if(options[0].doesOccur) {