Home | History | Annotate | Download | only in intltest

Lines Matching refs:col8

873     RuleBasedCollator *col8 = new RuleBasedCollator(ruleset2, UCOL_OFF, success);
884 // doAssert((*col7 == *col8), "The two equal table collations compared different");
886 doAssert((*col8 != *col9), "The two different table collations compared equal");
896 delete col8;