mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-07 22:44:49 +00:00
ICU-96 Collation Improvements [changing test to match API]
X-SVN-Rev: 243
This commit is contained in:
parent
f116e2eb2e
commit
256f5b22ad
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