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

/external/chromium_org/third_party/icu/source/test/intltest/
H A Dapicoll.cpp889 RuleBasedCollator *col8 = new RuleBasedCollator(ruleset2, UCOL_OFF, success); local
900 // doAssert((*col7 == *col8), "The two equal table collations compared different");
902 doAssert((*col8 != *col9), "The two different table collations compared equal");
912 delete col8;
/external/icu/icu4c/source/test/intltest/
H A Dapicoll.cpp873 RuleBasedCollator *col8 = new RuleBasedCollator(ruleset2, UCOL_OFF, success); local
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;

Completed in 74 milliseconds