Home | History | Annotate | Download | only in intltest

Lines Matching full:col8

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