Lines Matching full:isboundary
1035 if (bi.isBoundary(i)) {
1202 onBoundary = iter->isBoundary(index);
1204 errln((UnicodeString)"Didn't handle isBoundary correctly with offset = " + index +
3964 if (!bi->isBoundary(j)) {
3966 test->errln("isBoundary() failed. Expected boundary at position %d", j);
3970 if (bi->isBoundary(j)) {
3972 test->errln("isBoundary() failed. Not expecting boundary at position %d", j);
4142 if (bi->isBoundary(j)) {
4150 if (!bi->isBoundary(i)) {
4562 // Find the break positions using isBoundary() tests.
4566 isBoundaryBreaks[i] = bi->isBoundary(i);
4624 errorType = "isBoundary()";
4782 UBool r = bi->isBoundary(8);