Home
last modified time | relevance | path

Searched refs:tblColl1 (Results 1 – 4 of 4) sorted by relevance

/external/icu/icu4c/source/test/cintltst/
Dcg7coll.c168 UCollator *tblColl1; in TestG7Locales() local
170 tblColl1 = ucol_openRules(defRules, rlen, UCOL_OFF, in TestG7Locales()
178 myCollation = tblColl1; in TestG7Locales()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/
DG7CollationTest.java186 RuleBasedCollator tblColl1 = null; in TestG7Data() local
189 tblColl1 = new RuleBasedCollator(((RuleBasedCollator)myCollation).getRules()); in TestG7Data()
197 doTest(tblColl1, testCases[results[i][j]], testCases[results[i][n]], -1); in TestG7Data()
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
DG7CollationTest.java185 RuleBasedCollator tblColl1 = null; in TestG7Data() local
188 tblColl1 = new RuleBasedCollator(((RuleBasedCollator)myCollation).getRules()); in TestG7Data()
196 doTest(tblColl1, testCases[results[i][j]], testCases[results[i][n]], -1); in TestG7Data()
/external/icu/icu4c/source/test/intltest/
Dg7coll.cpp123 RuleBasedCollator *tblColl1 = new RuleBasedCollator(rules, status); in TestG7Locales() local
128 myCollation.adoptInstead(tblColl1); in TestG7Locales()