Lines Matching refs:bi3
55 …RuleBasedBreakIterator* bi3 = (RuleBasedBreakIterator*)RuleBasedBreakIterator::createCharacter… in TestCloneEquals() local
68 bi3->setText("hello"); in TestCloneEquals()
75 b |= *bi1 == *bi3; in TestCloneEquals()
80 if(*bi2 == *biequal || *bi2 == *bi1 || *biequal == *bi3) in TestCloneEquals()
139 *bi1clone == *bi3 || *bi1clone == *bi2) in TestCloneEquals()
143 *bi2clone == *bi3 || *bi2clone != *bi2) in TestCloneEquals()
154 delete bi3; in TestCloneEquals()
206 LocalPointer <RuleBasedBreakIterator> bi3(bi1->clone()); in TestgetRules() local
210 UnicodeString temp3=bi3->getRules(); in TestgetRules()
224 …RuleBasedBreakIterator* bi3 = (RuleBasedBreakIterator*)RuleBasedBreakIterator::createCharacter… in TestHashCode() local
230 delete bi3; in TestHashCode()
239 bi3->setText((UnicodeString)"Hash code"); in TestHashCode()
244 if(bi1->hashCode() != bi1clone->hashCode() || bi1->hashCode() != bi3->hashCode() || in TestHashCode()
245 bi1clone->hashCode() != bi3->hashCode() || bi2->hashCode() != bi2clone->hashCode()) in TestHashCode()
248 if(bi1->hashCode() == bi2->hashCode() || bi2->hashCode() == bi3->hashCode() || in TestHashCode()
256 delete bi3; in TestHashCode()