Home | History | Annotate | Download | only in intltest

Lines Matching refs:CEList

1702     CEList ceList(coll, testCase, status);
1706 if (ceList.size() == 0) {
1710 while (offset < ceList.size()) {
1711 int32_t ce = ceList.get(offset);
1721 // find random string that generates the same CEList
1722 const CEList *ceList2 = NULL;
1736 matches = ceList.matchesAt(offset, ceList2);
1739 collData->freeCEList((CEList *) ceList2);
1748 const CEList altCEs(coll, alt, status);
1750 if (ceList.matchesAt(0, &altCEs)) {
1774 const CEList ceTest(coll, testCase, status);
1775 const CEList ceAlt(coll, alternate, status);