Home
last modified time | relevance | path

Searched refs:biDe (Results 1 – 1 of 1) sorted by relevance

/external/icu/icu4c/source/test/intltest/
Drbbitst.cpp4387 …LocalPointer<RuleBasedBreakIterator>biDe((RuleBasedBreakIterator *)BreakIterator::createLineInstan… in TestBug12519() local
4389 biDe->setText(text); in TestBug12519()
4390 … "before assignment of \"biDe = biFr\", they should be different, but are equal.", *biFr != *biDe); in TestBug12519()
4391 *biDe = *biFr; in TestBug12519()
4392 …e(WHERE "after assignment of \"biDe = biFr\", they should be equal, but are not.", *biFr == *biDe); in TestBug12519()