Searched refs:copyct1 (Results 1 - 1 of 1) sorted by relevance

/external/icu/icu4c/source/test/intltest/
H A Dcpdtrtst.cpp133 CompoundTransliterator *copyct1=new CompoundTransliterator(*ct1); local
134 if(copyct1 == 0){
143 CompoundTransliterator equalct1=*copyct1;
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() ){
154 equalct1.getID() != copyct1->getID() || equalct2.getID() != copyct2->getID() ||
156 copyct2->getID() == ct1->getID() || copyct1->getID() == ct2->getID() ||
157 equalct1.getCount() != copyct1
[all...]

Completed in 118 milliseconds