Home | History | Annotate | Download | only in intltest

Lines Matching refs:CEList

1101     CEList ceList(coll, testCase, status);
1105 if (ceList.size() == 0) {
1109 while (offset < ceList.size()) {
1110 int32_t ce = ceList.get(offset);
1120 // find random string that generates the same CEList
1121 const CEList *ceList2 = NULL;
1135 matches = ceList.matchesAt(offset, ceList2);
1138 collData->freeCEList((CEList *) ceList2);
1147 const CEList altCEs(coll, alt, status);
1149 if (ceList.matchesAt(0, &altCEs)) {
1173 const CEList ceTest(coll, testCase, status);
1174 const CEList ceAlt(coll, alternate, status);