Home | History | Annotate | Download | only in intltest

Lines Matching refs:col4

248     RuleBasedCollator *col1, *col2, *col3, *col4;
303 col4 = new RuleBasedCollator(rule2, status);
309 UnicodeString rule4 = col4->getRules();
312 uint8_t *clonedrule4 = col4->cloneRuleData(length4, status);
325 delete col4;
851 Collator* col4 = col1->clone();
853 doAssert((*col1 == *col4), "Cloned collation objects not equal");
854 doAssert((*col3 != *col4), "Two different table collations compared equal");
856 doAssert((*col4 != *col5), "Two cloned collations compared equal");
892 delete col4;