Lines Matching refs:ceList
1230 const CEList* ce = NULL;
1231 const CEList* ce1 = NULL;
1317 errln("Could not get dynamic class ID of CEList.");
1324 errln("Could not get static class ID of CEList.");
1803 CEList ceList(coll, testCase, status);
1807 if (ceList.size() == 0) {
1811 while (offset < ceList.size()) {
1812 int32_t ce = ceList.get(offset);
1822 // find random string that generates the same CEList
1823 const CEList *ceList2 = NULL;
1837 matches = ceList.matchesAt(offset, ceList2);
1840 collData->freeCEList((CEList *) ceList2);
1849 const CEList altCEs(coll, alt, status);
1851 if (ceList.matchesAt(0, &altCEs)) {
1875 const CEList ceTest(coll, testCase, status);
1876 const CEList ceAlt(coll, alternate, status);