Home | History | Annotate | Download | only in intltest

Lines Matching refs:col8

887     RuleBasedCollator *col8 = new RuleBasedCollator(ruleset2, UCOL_OFF, success);
898 // doAssert((*col7 == *col8), "The two equal table collations compared different");
900 doAssert((*col8 != *col9), "The two different table collations compared equal");
910 delete col8;