Home | History | Annotate | Download | only in intltest

Lines Matching refs:c2

115     RuleBasedCollator *c2 = new RuleBasedCollator(c1->getRules(), status);
118 if (!(c1->getRules() == c2->getRules()))
123 delete c2;
430 // was wrong, so I've change the code to use c1 and c2
435 RuleBasedCollator *c2 = (RuleBasedCollator *) en_us->clone();
436 c2->setAttribute(UCOL_NORMALIZATION_MODE, UCOL_OFF, status);
437 CollationElementIterator *i2 = c2->createCollationElementIterator(test2);
442 delete c2;
1283 int32_t c1, c2, count = 0;
1289 c2 = i2.next(status);
1291 if (c1 != c2)
1299 appendHex(c2, 8, msg);