Home | History | Annotate | Download | only in intltest

Lines Matching refs:ceList

1229     const CEList* ce = NULL;
1230 const CEList* ce1 = NULL;
1316 errln("Could not get dynamic class ID of CEList.");
1323 errln("Could not get static class ID of CEList.");
1802 CEList ceList(coll, testCase, status);
1806 if (ceList.size() == 0) {
1810 while (offset < ceList.size()) {
1811 int32_t ce = ceList.get(offset);
1821 // find random string that generates the same CEList
1822 const CEList *ceList2 = NULL;
1836 matches = ceList.matchesAt(offset, ceList2);
1839 collData->freeCEList((CEList *) ceList2);
1848 const CEList altCEs(coll, alt, status);
1850 if (ceList.matchesAt(0, &altCEs)) {
1874 const CEList ceTest(coll, testCase, status);
1875 const CEList ceAlt(coll, alternate, status);