Home | History | Annotate | Download | only in intltest

Lines Matching defs:ct2

124     CompoundTransliterator  *ct2=new CompoundTransliterator("Greek-Latin", parseError, status);
128 delete ct2;
136 CompoundTransliterator *copyct2=new CompoundTransliterator(*ct2);
144 if(copyct1->getID() != ct1->getID() || copyct2->getID() != ct2->getID() ||
145 copyct1->getCount() != ct1->getCount() || copyct2->getCount() != ct2->getCount() ||
146 copyct2->getID() == ct1->getID() || copyct1->getID() == ct2->getID() ||
147 copyct2->getCount() == ct1->getCount() || copyct1->getCount() == ct2->getCount() ){
151 if(equalct1.getID() != ct1->getID() || equalct2.getID() != ct2->getID() ||
153 equalct1.getCount() != ct1->getCount() || equalct2.getCount() != ct2->getCount() ||
154 copyct2->getID() == ct1->getID() || copyct1->getID() == ct2->getID() ||
156 equalct2.getCount() == ct1->getCount() || equalct1.getCount() == ct2->getCount() ) {
162 CompoundTransliterator *clonect2a=(CompoundTransliterator*)ct2->clone();
171 clonect2b->getID() != ct2->getID() || clonect2a->getCount() != ct2->getCount() ||
179 delete ct2;
194 CompoundTransliterator *ct2=new CompoundTransliterator("Any-Hex;Hex-Any;Cyrillic-Latin;Latin-Cyrillic", parseError, status);
207 if(ct1->getCount() == ct2->getCount() || ct1->getCount() != ct3->getCount() ||
208 ct2->getCount() == ct3->getCount() ||
210 ct4->getCount() == ct2->getCount() || ct4->getCount() == ct3->getCount() ||
211 ct5->getCount() == ct2->getCount() || ct5->getCount() == ct3->getCount() ) {
232 delete ct2;
391 CompoundTransliterator *ct2=new CompoundTransliterator(Data[i+0], parseError, status);
395 expect(*ct2, Data[i+1], Data[i+2]);
397 delete ct2;