Lines Matching refs:getCount

88        if(copycpd->getCount() != cpdtrans2->getCount() || copycpd->getID() != cpdtrans2->getID()) {
145 copyct1->getCount() != ct1->getCount() || copyct2->getCount() != ct2->getCount() ||
147 copyct2->getCount() == ct1->getCount() || copyct1->getCount() == ct2->getCount() ){
153 equalct1.getCount() != ct1->getCount() || equalct2.getCount() != ct2->getCount() ||
155 equalct1.getCount() != copyct1->getCount() || equalct2.getCount() != copyct2->getCount() ||
156 equalct2.getCount() == ct1->getCount() || equalct1.getCount() == ct2->getCount() ) {
166 if(clonect1a->getID() != ct1->getID() || clonect1a->getCount() != ct1->getCount() ||
167 clonect1a->getID() != clonect1b->getID() || clonect1a->getCount() != clonect1b->getCount() ||
168 clonect1a->getID() != equalct1.getID() || clonect1a->getCount() != equalct1.getCount() ||
169 clonect1a->getID() != copyct1->getID() || clonect1a->getCount() != copyct1->getCount() ||
171 clonect2b->getID() != ct2->getID() || clonect2a->getCount() != ct2->getCount() ||
172 clonect2a->getID() != clonect2b->getID() || clonect2a->getCount() != clonect2b->getCount() ||
173 clonect2a->getID() != equalct2.getID() || clonect2a->getCount() != equalct2.getCount() ||
174 clonect2b->getID() != copyct2->getID() || clonect2b->getCount() != copyct2->getCount() ) {
190 logln("Testing the getCount() API of CompoundTransliterator");
207 if(ct1->getCount() == ct2->getCount() || ct1->getCount() != ct3->getCount() ||
208 ct2->getCount() == ct3->getCount() ||
209 ct4->getCount() != ct5->getCount() || ct4->getCount() == ct1->getCount() ||
210 ct4->getCount() == ct2->getCount() || ct4->getCount() == ct3->getCount() ||
211 ct5->getCount() == ct2->getCount() || ct5->getCount() == ct3->getCount() ) {
212 errln("Error: getCount() failed");
247 int32_t count=ct1->getCount();
277 if(ct1->getCount() != count || ct1->getID() != ID2){
278 errln((UnicodeString)"Error: setTransliterators() failed.\n\t Count:- expected->" + count + (UnicodeString)". got->" + ct1->getCount() +
303 if(ct1->getCount() != 1 || ct1->getID() != ID3){
304 errln((UnicodeString)"Error: adoptTransliterators() failed.\n\t Count:- expected->1" + (UnicodeString)". got->" + ct1->getCount() +