Home | History | Annotate | Download | only in intltest

Lines Matching refs:ceList2

1823         const CEList *ceList2 = NULL;
1836 ceList2 = collData->getCEList(string);
1837 matches = ceList.matchesAt(offset, ceList2);
1840 collData->freeCEList((CEList *) ceList2);
1845 offset += ceList2->size();
1846 collData->freeCEList(ceList2);