Home | History | Annotate | Download | only in intltest

Lines Matching refs:CEList

1222     const CEList* ce = NULL;
1223 const CEList* ce1 = NULL;
1309 errln("Could not get dynamic class ID of CEList.");
1316 errln("Could not get static class ID of CEList.");
1795 CEList ceList(coll, testCase, status);
1799 if (ceList.size() == 0) {
1803 while (offset < ceList.size()) {
1804 int32_t ce = ceList.get(offset);
1814 // find random string that generates the same CEList
1815 const CEList *ceList2 = NULL;
1829 matches = ceList.matchesAt(offset, ceList2);
1832 collData->freeCEList((CEList *) ceList2);
1841 const CEList altCEs(coll, alt, status);
1843 if (ceList.matchesAt(0, &altCEs)) {
1867 const CEList ceTest(coll, testCase, status);
1868 const CEList ceAlt(coll, alternate, status);