Home | History | Annotate | Download | only in intltest

Lines Matching refs:clonect1a

160     CompoundTransliterator *clonect1a=(CompoundTransliterator*)ct1->clone();
166 if(clonect1a->getID() != ct1->getID() || clonect1a->getCount() != ct1->getCount() ||
167 clonect1a->getID() != clonect1b->getID() || clonect1a->getCount() != clonect1b->getCount() ||
168 clonect1a->getID() != equalct1.getID() || clonect1a->getCount() != equalct1.getCount() ||
169 clonect1a->getID() != copyct1->getID() || clonect1a->getCount() != copyct1->getCount() ||
182 delete clonect1a;