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

/external/chromium_org/third_party/icu/source/test/intltest/
H A Dapicoll.cpp893 RuleBasedCollator *col9 = new RuleBasedCollator(ruleset2, Collator::PRIMARY, UCOL_ON, success); local
899 doAssert((*col7 != *col9), "The two different table collations compared equal");
900 doAssert((*col8 != *col9), "The two different table collations compared equal");
911 delete col9;
/external/icu4c/test/intltest/
H A Dapicoll.cpp902 RuleBasedCollator *col9 = new RuleBasedCollator(ruleset2, Collator::PRIMARY, UCOL_ON, success); local
908 doAssert((*col7 != *col9), "The two different table collations compared equal");
909 doAssert((*col8 != *col9), "The two different table collations compared equal");
920 delete col9;

Completed in 103 milliseconds