+// © 2016 and later: Unicode, Inc. and others.
+// License & terms of use: http://www.unicode.org/copyright.html
/********************************************************************
- * COPYRIGHT:
- * Copyright (c) 1997-2008,2011, International Business Machines Corporation and
+ * COPYRIGHT:
+ * Copyright (c) 1997-2014, International Business Machines Corporation and
* others. All Rights Reserved.
********************************************************************/
/********************************************************************************
*/
static void TestSmallBuffer(void);
/**
-* Tests the CEs generated by the iterators.
-*/
-static void TestCEs(void);
-/**
* Tests the discontiguos contractions
*/
static void TestDiscontiguos(void);
/**
-* Tests that the iterators bails out when the CEBuffer is exhausted
-*/
-static void TestCEBufferOverflow(void);
-/**
-* Tests the validity of CEs generated by the iterators.
-* Bound checkings.
-*/
-static void TestCEValidity(void);
-/**
-* Tests the validity of sortkeys generated by the iterators.
-* Bound checkings.
-*/
-static void TestSortKeyValidity(void);
-/**
* TestSearchCollatorElements tests iterator behavior (forwards and backwards) with
* normalization on AND jamo tailoring, among other things.
*/