Home | History | Annotate | Download | only in intltest

Lines Matching defs:c2

113     RuleBasedCollator *c2 = NULL;
114 c2 = new RuleBasedCollator((UnicodeString)"&a < b < c/abd < d", status);
116 if (c2 == NULL || U_FAILURE(status))
119 delete c2;
124 iter = c2->createCollationElementIterator(source);
127 delete c2;
656 int32_t c1, c2, count = 0;
662 c2 = i2.next(status);
664 if (c1 != c2)
666 errln(" %d: strength(0x%X) != strength(0x%X)", count, c1, c2);