Home | History | Annotate | Download | only in intltest

Lines Matching refs:isBoundary

538     // isBoundary()
541 if (bi->isBoundary(3) != TRUE) {
550 if (bi->isBoundary(11) != FALSE) {
1147 isB = bi.isBoundary(i);
1148 logln((UnicodeString)"bi.isBoundary(" + i + ") -> " + isB);
1152 errln((UnicodeString)"Wrong result from isBoundary() for " + i + (UnicodeString)": expected true, got false");
1157 errln((UnicodeString)"Wrong result from isBoundary() for " + i + (UnicodeString)": expected false, got true");