Searched refs:cpdtrans2 (Results 1 – 1 of 1) sorted by relevance
83 CompoundTransliterator *cpdtrans2=new CompoundTransliterator(transarray[i], i+1); in TestConstruction() local84 if(cpdtrans2 == 0){ in TestConstruction()89 CompoundTransliterator *copycpd=new CompoundTransliterator(*cpdtrans2); in TestConstruction()90 if(copycpd->getCount() != cpdtrans2->getCount() || copycpd->getID() != cpdtrans2->getID()) { in TestConstruction()97 delete cpdtrans2; in TestConstruction()