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

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

Issue 2435373002: Delete source/test (Closed)
Patch Set: Created 4 years, 2 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/simplethread.cpp ('k') | source/test/intltest/srchtest.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: source/test/intltest/srchtest.h
diff --git a/source/test/intltest/srchtest.h b/source/test/intltest/srchtest.h
deleted file mode 100644
index 47895257df57d2b5963efb96b9adca27859d601d..0000000000000000000000000000000000000000
--- a/source/test/intltest/srchtest.h
+++ /dev/null
@@ -1,97 +0,0 @@
-/****************************************************************************
- * COPYRIGHT:
- * Copyright (c) 2001-2008, International Business Machines Corporation and others
- * All Rights Reserved.
- ***************************************************************************/
-
-#ifndef _STRSRCH_H
-#define _STRSRCH_H
-
-#include "unicode/utypes.h"
-
-#if !UCONFIG_NO_COLLATION
-
-#include "unicode/tblcoll.h"
-#include "unicode/brkiter.h"
-#include "intltest.h"
-#include "unicode/usearch.h"
-
-struct SearchData;
-typedef struct SearchData SearchData;
-
-class StringSearchTest: public IntlTest
-{
-public:
- StringSearchTest();
- virtual ~StringSearchTest();
-
- void runIndexedTest(int32_t index, UBool exec, const char* &name,
- char* par = NULL);
-#if !UCONFIG_NO_BREAK_ITERATION
-private:
- RuleBasedCollator *m_en_us_;
- RuleBasedCollator *m_fr_fr_;
- RuleBasedCollator *m_de_;
- RuleBasedCollator *m_es_;
- BreakIterator *m_en_wordbreaker_;
- BreakIterator *m_en_characterbreaker_;
-
- RuleBasedCollator * getCollator(const char *collator);
- BreakIterator * getBreakIterator(const char *breaker);
- char * toCharString(const UnicodeString &text);
- Collator::ECollationStrength getECollationStrength(
- const UCollationStrength &strength) const;
- UBool assertEqualWithStringSearch( StringSearch *strsrch,
- const SearchData *search);
- UBool assertEqual(const SearchData *search);
- UBool assertCanonicalEqual(const SearchData *search);
- UBool assertEqualWithAttribute(const SearchData *search,
- USearchAttributeValue canonical,
- USearchAttributeValue overlap);
- void TestOpenClose();
- void TestInitialization();
- void TestBasic();
- void TestNormExact();
- void TestStrength();
-#if !UCONFIG_NO_BREAK_ITERATION
- void TestBreakIterator();
-#endif
- void TestVariable();
- void TestOverlap();
- void TestCollator();
- void TestPattern();
- void TestText();
- void TestCompositeBoundaries();
- void TestGetSetOffset();
- void TestGetSetAttribute();
- void TestGetMatch();
- void TestSetMatch();
- void TestReset();
- void TestSupplementary();
- void TestContraction();
- void TestIgnorable();
- void TestCanonical();
- void TestNormCanonical();
- void TestStrengthCanonical();
-#if !UCONFIG_NO_BREAK_ITERATION
- void TestBreakIteratorCanonical();
-#endif
- void TestVariableCanonical();
- void TestOverlapCanonical();
- void TestCollatorCanonical();
- void TestPatternCanonical();
- void TestTextCanonical();
- void TestCompositeBoundariesCanonical();
- void TestGetSetOffsetCanonical();
- void TestSupplementaryCanonical();
- void TestContractionCanonical();
- void TestUClassID();
- void TestSubclass();
- void TestCoverage();
- void TestDiacriticMatch();
-#endif
-};
-
-#endif /* #if !UCONFIG_NO_COLLATION */
-
-#endif
« no previous file with comments | « source/test/intltest/simplethread.cpp ('k') | source/test/intltest/srchtest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698