Lines Matching refs: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;
601 int32_t c1, c2, count = 0;
607 c2 = i2.next(status);
609 if (c1 != c2)
611 errln(" %d: strength(0x%X) != strength(0x%X)", count, c1, c2);