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

  /external/chromium_org/third_party/icu/source/test/cintltst/
cg7coll.c 139 UCollator *myCollation, *tblColl1;
159 tblColl1 = ucol_openRules(defRules, rlen, UCOL_OFF,
178 doTest(tblColl1, testCases[results[i][j]], testCases[results[i][n]], UCOL_LESS);
183 ucol_close(tblColl1);
  /external/chromium_org/third_party/icu/source/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;
  /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 40 milliseconds