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 +
960 // Check isBoundary()
963 UBool boundaryFound = t->bi->isBoundary(i);
965 errln("isBoundary(%d) incorrect. File line,col= %4d,%4d\n"
3417 if (!bi->isBoundary(j)) {
3419 test->errln("isBoundary() failed. Expected boundary at position %d", j);
3423 if (bi->isBoundary(j)) {
3425 test->errln("isBoundary() failed. Not expecting boundary at position %d", j);
3599 if (bi->isBoundary(j)) {
3607 if (!bi->isBoundary(i)) {
4019 // Find the break positions using isBoundary() tests.
4023 isBoundaryBreaks[i] = bi->isBoundary(i);
4081 errorType = "isBoundary()";
4273 UBool r = bi->isBoundary(8);