HomeSort by relevance Sort by last modified time
    Searched refs:tblColl1 (Results 1 - 2 of 2) sorted by null

  /external/icu4c/test/cintltst/
cg7coll.c 143 UCollator *myCollation, *tblColl1;
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/
g7coll.cpp 100 RuleBasedCollator* tblColl1 = 0;
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 49 milliseconds