Searched refs:col7 (Results 1 - 1 of 1) sorted by relevance

/external/icu4c/test/intltest/
H A Dapicoll.cpp890 RuleBasedCollator *col7 = new RuleBasedCollator(ruleset2, Collator::TERTIARY, success); local
907 // doAssert((*col7 == *col8), "The two equal table collations compared different");
908 doAssert((*col7 != *col9), "The two different table collations compared equal");
918 delete col7;

Completed in 66 milliseconds