Lines Matching refs:getCount
90 if(copycpd->getCount() != cpdtrans2->getCount() || copycpd->getID() != cpdtrans2->getID()) { in TestConstruction()
147 copyct1->getCount() != ct1->getCount() || copyct2->getCount() != ct2->getCount() || in TestCloneEqual()
149 copyct2->getCount() == ct1->getCount() || copyct1->getCount() == ct2->getCount() ){ in TestCloneEqual()
155 equalct1.getCount() != ct1->getCount() || equalct2.getCount() != ct2->getCount() || in TestCloneEqual()
157 equalct1.getCount() != copyct1->getCount() || equalct2.getCount() != copyct2->getCount() || in TestCloneEqual()
158 equalct2.getCount() == ct1->getCount() || equalct1.getCount() == ct2->getCount() ) { in TestCloneEqual()
168 … if(clonect1a->getID() != ct1->getID() || clonect1a->getCount() != ct1->getCount() || in TestCloneEqual()
169 … clonect1a->getID() != clonect1b->getID() || clonect1a->getCount() != clonect1b->getCount() || in TestCloneEqual()
170 … clonect1a->getID() != equalct1.getID() || clonect1a->getCount() != equalct1.getCount() || in TestCloneEqual()
171 … clonect1a->getID() != copyct1->getID() || clonect1a->getCount() != copyct1->getCount() || in TestCloneEqual()
173 … clonect2b->getID() != ct2->getID() || clonect2a->getCount() != ct2->getCount() || in TestCloneEqual()
174 … clonect2a->getID() != clonect2b->getID() || clonect2a->getCount() != clonect2b->getCount() || in TestCloneEqual()
175 … clonect2a->getID() != equalct2.getID() || clonect2a->getCount() != equalct2.getCount() || in TestCloneEqual()
176 … clonect2b->getID() != copyct2->getID() || clonect2b->getCount() != copyct2->getCount() ) { in TestCloneEqual()
209 if(ct1->getCount() == ct2->getCount() || ct1->getCount() != ct3->getCount() || in TestGetCount()
210 ct2->getCount() == ct3->getCount() || in TestGetCount()
211 ct4->getCount() != ct5->getCount() || ct4->getCount() == ct1->getCount() || in TestGetCount()
212 ct4->getCount() == ct2->getCount() || ct4->getCount() == ct3->getCount() || in TestGetCount()
213 ct5->getCount() == ct2->getCount() || ct5->getCount() == ct3->getCount() ) { in TestGetCount()
249 int32_t count=ct1->getCount(); in TestGetSetAdoptTransliterator()
279 if(ct1->getCount() != count || ct1->getID() != ID2){ in TestGetSetAdoptTransliterator()
280 …iterators() failed.\n\t Count:- expected->" + count + (UnicodeString)". got->" + ct1->getCount() + in TestGetSetAdoptTransliterator()
305 if(ct1->getCount() != 1 || ct1->getID() != ID3){ in TestGetSetAdoptTransliterator()
306 …tTransliterators() failed.\n\t Count:- expected->1" + (UnicodeString)". got->" + ct1->getCount() + in TestGetSetAdoptTransliterator()