| Index: source/test/cintltst/citertst.h
|
| diff --git a/source/test/cintltst/citertst.h b/source/test/cintltst/citertst.h
|
| index 849f6b58640dedbde0a7ce7a6fd8d92a59a2bf45..b4a778a65ffd2eff3110c3ab8c6d736b7669433b 100644
|
| --- a/source/test/cintltst/citertst.h
|
| +++ b/source/test/cintltst/citertst.h
|
| @@ -1,6 +1,6 @@
|
| /********************************************************************
|
| - * 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.
|
| ********************************************************************/
|
| /********************************************************************************
|
| @@ -80,28 +80,10 @@ static void TestBug672Normalize(void);
|
| */
|
| 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.
|
| */
|
|
|