Home | History | Annotate | Download | only in intltest

Lines Matching refs:col4

297     RuleBasedCollator *col1, *col2, *col3, *col4;
352 col4 = new RuleBasedCollator(rule2, status);
358 UnicodeString rule4 = col4->getRules();
361 uint8_t *clonedrule4 = col4->cloneRuleData(length4, status);
374 delete col4;
874 Collator* col4 = col1->clone();
876 doAssert((*col1 == *col4), "Cloned collation objects not equal");
877 doAssert((*col3 != *col4), "Two different table collations compared equal");
879 doAssert((*col4 != *col5), "Two cloned collations compared equal");
915 delete col4;