Lines Matching refs:getCount

90        if(copycpd->getCount() != cpdtrans2->getCount() || copycpd->getID() != cpdtrans2->getID()) {
147 copyct1->getCount() != ct1->getCount() || copyct2->getCount() != ct2->getCount() ||
149 copyct2->getCount() == ct1->getCount() || copyct1->getCount() == ct2->getCount() ){
155 equalct1.getCount() != ct1->getCount() || equalct2.getCount() != ct2->getCount() ||
157 equalct1.getCount() != copyct1->getCount() || equalct2.getCount() != copyct2->getCount() ||
158 equalct2.getCount() == ct1->getCount() || equalct1.getCount() == ct2->getCount() ) {
168 if(clonect1a->getID() != ct1->getID() || clonect1a->getCount() != ct1->getCount() ||
169 clonect1a->getID() != clonect1b->getID() || clonect1a->getCount() != clonect1b->getCount() ||
170 clonect1a->getID() != equalct1.getID() || clonect1a->getCount() != equalct1.getCount() ||
171 clonect1a->getID() != copyct1->getID() || clonect1a->getCount() != copyct1->getCount() ||
173 clonect2b->getID() != ct2->getID() || clonect2a->getCount() != ct2->getCount() ||
174 clonect2a->getID() != clonect2b->getID() || clonect2a->getCount() != clonect2b->getCount() ||
175 clonect2a->getID() != equalct2.getID() || clonect2a->getCount() != equalct2.getCount() ||
176 clonect2b->getID() != copyct2->getID() || clonect2b->getCount() != copyct2->getCount() ) {
192 logln("Testing the getCount() API of CompoundTransliterator");
209 if(ct1->getCount() == ct2->getCount() || ct1->getCount() != ct3->getCount() ||
210 ct2->getCount() == ct3->getCount() ||
211 ct4->getCount() != ct5->getCount() || ct4->getCount() == ct1->getCount() ||
212 ct4->getCount() == ct2->getCount() || ct4->getCount() == ct3->getCount() ||
213 ct5->getCount() == ct2->getCount() || ct5->getCount() == ct3->getCount() ) {
214 errln("Error: getCount() failed");
249 int32_t count=ct1->getCount();
279 if(ct1->getCount() != count || ct1->getID() != ID2){
280 errln((UnicodeString)"Error: setTransliterators() failed.\n\t Count:- expected->" + count + (UnicodeString)". got->" + ct1->getCount() +
305 if(ct1->getCount() != 1 || ct1->getID() != ID3){
306 errln((UnicodeString)"Error: adoptTransliterators() failed.\n\t Count:- expected->1" + (UnicodeString)". got->" + ct1->getCount() +