+// © 2016 and later: Unicode, Inc. and others.
+// License & terms of use: http://www.unicode.org/copyright.html
/********************************************************************
* COPYRIGHT:
- * Copyright (c) 1998-2012, International Business Machines Corporation and
+ * Copyright (c) 1998-2016, International Business Machines Corporation and
* others. All Rights Reserved.
********************************************************************/
/*
""
},
};
- int32_t count=(sizeof(testCases)/sizeof(testCases[0]));
+ int32_t count=UPRV_LENGTHOF(testCases);
int32_t i;
""
}
};
- int32_t count=(sizeof(testCases)/sizeof(testCases[0]));
+ int32_t count=UPRV_LENGTHOF(testCases);
log_verbose("Testing findDirname()\n");
for(i=0;i<count;i++) {