Home | History | Annotate | Download | only in intltest

Lines Matching defs:ct2

126     CompoundTransliterator  *ct2=new CompoundTransliterator("Greek-Latin", parseError, status);
130 delete ct2;
138 CompoundTransliterator *copyct2=new CompoundTransliterator(*ct2);
146 if(copyct1->getID() != ct1->getID() || copyct2->getID() != ct2->getID() ||
147 copyct1->getCount() != ct1->getCount() || copyct2->getCount() != ct2->getCount() ||
148 copyct2->getID() == ct1->getID() || copyct1->getID() == ct2->getID() ||
149 copyct2->getCount() == ct1->getCount() || copyct1->getCount() == ct2->getCount() ){
153 if(equalct1.getID() != ct1->getID() || equalct2.getID() != ct2->getID() ||
155 equalct1.getCount() != ct1->getCount() || equalct2.getCount() != ct2->getCount() ||
156 copyct2->getID() == ct1->getID() || copyct1->getID() == ct2->getID() ||
158 equalct2.getCount() == ct1->getCount() || equalct1.getCount() == ct2->getCount() ) {
164 CompoundTransliterator *clonect2a=(CompoundTransliterator*)ct2->clone();
173 clonect2b->getID() != ct2->getID() || clonect2a->getCount() != ct2->getCount() ||
181 delete ct2;
196 CompoundTransliterator *ct2=new CompoundTransliterator("Any-Hex;Hex-Any;Cyrillic-Latin;Latin-Cyrillic", parseError, status);
209 if(ct1->getCount() == ct2->getCount() || ct1->getCount() != ct3->getCount() ||
210 ct2->getCount() == ct3->getCount() ||
212 ct4->getCount() == ct2->getCount() || ct4->getCount() == ct3->getCount() ||
213 ct5->getCount() == ct2->getCount() || ct5->getCount() == ct3->getCount() ) {
234 delete ct2;
393 CompoundTransliterator *ct2=new CompoundTransliterator(Data[i+0], parseError, status);
397 expect(*ct2, Data[i+1], Data[i+2]);
399 delete ct2;