Home | History | Annotate | Download | only in intltest

Lines Matching refs:col4

288     RuleBasedCollator *col1, *col2, *col3, *col4;
343 col4 = new RuleBasedCollator(rule2, status);
349 UnicodeString rule4 = col4->getRules();
352 uint8_t *clonedrule4 = col4->cloneRuleData(length4, status);
365 delete col4;
865 Collator* col4 = col1->clone();
867 doAssert((*col1 == *col4), "Cloned collation objects not equal");
868 doAssert((*col3 != *col4), "Two different table collations compared equal");
870 doAssert((*col4 != *col5), "Two cloned collations compared equal");
906 delete col4;