mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-14 17:24:01 +00:00
[ICU-96] Collation Improvements [changing test to match API]
X-Commit-URL: https://ssl.icu-project.org/trac/changeset/243
This commit is contained in:
parent
4f1367d0bf
commit
68617acac1
1 changed files with 5 additions and 2 deletions
|
@ -987,7 +987,9 @@ void CollationRegressionTest::Test4139572(char *par)
|
|||
|
||||
delete col;
|
||||
}
|
||||
|
||||
/* HSYS : RuleBasedCollator::compare() performance enhancements
|
||||
compare() does not create CollationElementIterator() anymore.*/
|
||||
|
||||
class My4146160Collator : public RuleBasedCollator
|
||||
{
|
||||
public:
|
||||
|
@ -1030,6 +1032,7 @@ CollationElementIterator *My4146160Collator::createCollationElementIterator(cons
|
|||
//
|
||||
void CollationRegressionTest::Test4146160(char *par)
|
||||
{
|
||||
#if 0
|
||||
//
|
||||
// Use a custom collator class whose createCollationElementIterator
|
||||
// methods increment a count....
|
||||
|
@ -1072,8 +1075,8 @@ void CollationRegressionTest::Test4146160(char *par)
|
|||
}
|
||||
|
||||
delete mc;
|
||||
#endif
|
||||
}
|
||||
|
||||
void CollationRegressionTest::compareArray(Collator &c,
|
||||
const UChar tests[][CollationRegressionTest::MAX_TOKEN_LEN],
|
||||
int32_t testCount)
|
||||
|
|
Loading…
Add table
Reference in a new issue