Home | History | Annotate | Download | only in intltest

Lines Matching refs:isBoundary

541     // isBoundary()
544 if (bi->isBoundary(3) != TRUE) {
553 if (bi->isBoundary(11) != FALSE) {
1449 isB = bi.isBoundary(i);
1450 logln((UnicodeString)"bi.isBoundary(" + i + ") -> " + isB);
1454 errln((UnicodeString)"Wrong result from isBoundary() for " + i + (UnicodeString)": expected true, got false");
1459 errln((UnicodeString)"Wrong result from isBoundary() for " + i + (UnicodeString)": expected false, got true");