Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(26)

Unified Diff: icu4c/source/test/intltest/ustrtest.h

Issue 311670043: ICU ticket #12410: CaseMap with Edits (Closed) Base URL: http://source.icu-project.org/repos/icu/branches/markus/caseix/
Patch Set: changes for review feedback (for real now) Created 7 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « icu4c/source/test/intltest/tzrulets.cpp ('k') | icu4c/source/test/intltest/ustrtest.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: icu4c/source/test/intltest/ustrtest.h
===================================================================
--- icu4c/source/test/intltest/ustrtest.h (revision 39545)
+++ icu4c/source/test/intltest/ustrtest.h (revision 39683)
@@ -94,30 +94,4 @@
void TestMoveSwap();
};
-class StringCaseTest: public IntlTest {
-public:
- StringCaseTest();
- virtual ~StringCaseTest();
-
- void runIndexedTest(int32_t index, UBool exec, const char *&name, char *par=0);
-
- void TestCaseConversion();
-
- void TestCasingImpl(const UnicodeString &input,
- const UnicodeString &output,
- int32_t whichCase,
- void *iter, const char *localeID, uint32_t options);
- void TestCasing();
- void TestFullCaseFoldingIterator();
- void TestGreekUpper();
- void TestLongUpper();
- void TestMalformedUTF8();
- void TestBufferOverflow();
-
-private:
- void assertGreekUpper(const char *s, const char *expected);
-
- Locale GREEK_LOCALE_;
-};
-
#endif
« no previous file with comments | « icu4c/source/test/intltest/tzrulets.cpp ('k') | icu4c/source/test/intltest/ustrtest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b