Searched refs:col9 (Results 1 – 2 of 2) sorted by relevance
/external/icu/icu4c/source/test/intltest/ |
D | apicoll.cpp | 885 RuleBasedCollator *col9 = new RuleBasedCollator(ruleset2, Collator::PRIMARY, UCOL_ON, success); in TestOperators() local 891 doAssert((*col7 != *col9), "The two different table collations compared equal"); in TestOperators() 892 doAssert((*col8 != *col9), "The two different table collations compared equal"); in TestOperators() 903 delete col9; in TestOperators()
|
/external/cronet/third_party/icu/source/test/intltest/ |
D | apicoll.cpp | 885 RuleBasedCollator *col9 = new RuleBasedCollator(ruleset2, Collator::PRIMARY, UCOL_ON, success); in TestOperators() local 891 doAssert((*col7 != *col9), "The two different table collations compared equal"); in TestOperators() 892 doAssert((*col8 != *col9), "The two different table collations compared equal"); in TestOperators() 903 delete col9; in TestOperators()
|