Searched refs:cpdtrans2 (Results 1 – 1 of 1) sorted by relevance
81 CompoundTransliterator *cpdtrans2=new CompoundTransliterator(transarray[i], i+1); in TestConstruction() local82 if(cpdtrans2 == 0){ in TestConstruction()87 CompoundTransliterator *copycpd=new CompoundTransliterator(*cpdtrans2); in TestConstruction()88 if(copycpd->getCount() != cpdtrans2->getCount() || copycpd->getID() != cpdtrans2->getID()) { in TestConstruction()95 delete cpdtrans2; in TestConstruction()