Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2152)

Unified Diff: source/test/intltest/dadrcoll.h

Issue 845603002: Update ICU to 54.1 step 1 (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/icu.git@master
Patch Set: remove unusued directories Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « source/test/intltest/convtest.cpp ('k') | source/test/intltest/dadrcoll.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: source/test/intltest/dadrcoll.h
diff --git a/source/test/intltest/dadrcoll.h b/source/test/intltest/dadrcoll.h
deleted file mode 100644
index 292748673f89de0807f3ffd6dd221e4cca5e0784..0000000000000000000000000000000000000000
--- a/source/test/intltest/dadrcoll.h
+++ /dev/null
@@ -1,59 +0,0 @@
-/********************************************************************
- * COPYRIGHT:
- * Copyright (c) 2002-2009, International Business Machines Corporation and
- * others. All Rights Reserved.
- ********************************************************************/
-
-/**
- * DataDrivenCollatorTest is a test class that uses data stored in resource
- * bundles to perform testing. For more details on data structure, see
- * source/test/testdata/DataDrivenCollationTest.txt
- */
-
-#ifndef _INTLTESTDATADRIVENCOLLATOR
-#define _INTLTESTDATADRIVENCOLLATOR
-
-#include "unicode/utypes.h"
-
-#if !UCONFIG_NO_COLLATION && !UCONFIG_NO_FILE_IO
-
-#include "tscoll.h"
-#include "uvector.h"
-#include "unicode/coll.h"
-#include "unicode/tblcoll.h"
-#include "unicode/sortkey.h"
-#include "unicode/schriter.h"
-
-class TestDataModule;
-class TestData;
-
-class SeqElement {
-public:
- UnicodeString source;
- Collator::EComparisonResult relation;
-};
-
-class DataDrivenCollatorTest: public IntlTestCollator {
- void runIndexedTest(int32_t index, UBool exec, const char* &name, char* par = NULL );
-public:
- DataDrivenCollatorTest();
- virtual ~DataDrivenCollatorTest();
-protected:
-
- void DataDrivenTest(char *par);
- void processSequence(Collator* col, const UnicodeString &sequence);
- void processTest(TestData *testData);
- void processArguments(Collator *col, const UChar *start, int32_t optLen);
- UBool setTestSequence(const UnicodeString &setSequence, SeqElement &el);
- UBool getNextInSequence(SeqElement &el);
-private:
- StringCharacterIterator seq;
- TestDataModule *driver;
- UErrorCode status;
- UVector sequences;
- RuleBasedCollator *UCA; // needed for opening collators from binary images
-};
-
-#endif /* #if !UCONFIG_NO_COLLATION */
-
-#endif
« no previous file with comments | « source/test/intltest/convtest.cpp ('k') | source/test/intltest/dadrcoll.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698