Home | History | Annotate | Download | only in intltest

Lines Matching refs:isBoundary

614         if (bi.isBoundary(i)) {
781 onBoundary = iter->isBoundary(index);
783 errln((UnicodeString)"Didn't handle isBoundary correctly with offset = " + index +
3370 if (!bi->isBoundary(j)) {
3372 test->errln("isBoundary() failed. Expected boundary at position %d", j);
3376 if (bi->isBoundary(j)) {
3378 test->errln("isBoundary() failed. Not expecting boundary at position %d", j);
3552 if (bi->isBoundary(j)) {
3560 if (!bi->isBoundary(i)) {
3972 // Find the break positions using isBoundary() tests.
3976 isBoundaryBreaks[i] = bi->isBoundary(i);
4034 errorType = "isBoundary()";
4194 UBool r = bi->isBoundary(8);