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

/external/icu4c/test/cintltst/
H A Dcg7coll.c143 UCollator *myCollation, *tblColl1; local
163 tblColl1 = ucol_openRules(defRules, rlen, UCOL_OFF,
182 doTest(tblColl1, testCases[results[i][j]], testCases[results[i][n]], UCOL_LESS);
187 ucol_close(tblColl1);
/external/icu4c/test/intltest/
H A Dg7coll.cpp100 RuleBasedCollator* tblColl1 = 0; local
124 tblColl1 = new RuleBasedCollator(((RuleBasedCollator*)myCollation)->getRules(), status);
149 doTest(tblColl1, testCases[results[i][j]], testCases[results[i][n]], Collator::LESS);
154 delete tblColl1;

Completed in 174 milliseconds