Home | History | Annotate | Download | only in intltest

Lines Matching refs:bi3

44     RuleBasedBreakIterator* bi3     = (RuleBasedBreakIterator*)RuleBasedBreakIterator::createCharacterInstance(Locale::getDefault(), status);
57 bi3->setText("hello");
64 b |= *bi1 == *bi3;
69 if(*bi2 == *biequal || *bi2 == *bi1 || *biequal == *bi3)
128 *bi1clone == *bi3 || *bi1clone == *bi2)
132 *bi2clone == *bi3 || *bi2clone != *bi2)
143 delete bi3;
196 RuleBasedBreakIterator* bi3 =(RuleBasedBreakIterator*)bi1->clone();
200 UnicodeString temp3=bi3->getRules();
206 delete bi3;
212 RuleBasedBreakIterator* bi3 = (RuleBasedBreakIterator*)RuleBasedBreakIterator::createCharacterInstance(Locale::getDefault(), status);
218 delete bi3;
227 bi3->setText((UnicodeString)"Hash code");
232 if(bi1->hashCode() != bi1clone->hashCode() || bi1->hashCode() != bi3->hashCode() ||
233 bi1clone->hashCode() != bi3->hashCode() || bi2->hashCode() != bi2clone->hashCode())
236 if(bi1->hashCode() == bi2->hashCode() || bi2->hashCode() == bi3->hashCode() ||
244 delete bi3;