Lines Matching refs:foundError
789 UBool foundError; in TestBreakIteratorTailoring() local
791 foundError = FALSE; in TestBreakIteratorTailoring()
793 if (!foundError && offsindx >= testPtr->numOffsets) { in TestBreakIteratorTailoring()
796 foundError = TRUE; in TestBreakIteratorTailoring()
797 } else if (!foundError && offset != testPtr->offsFwd[offsindx]) { in TestBreakIteratorTailoring()
800 foundError = TRUE; in TestBreakIteratorTailoring()
803 if (!foundError && offsindx < testPtr->numOffsets) { in TestBreakIteratorTailoring()
808 foundError = FALSE; in TestBreakIteratorTailoring()
810 if (!foundError && offsindx >= testPtr->numOffsets) { in TestBreakIteratorTailoring()
813 foundError = TRUE; in TestBreakIteratorTailoring()
814 } else if (!foundError && offset != testPtr->offsRev[offsindx]) { in TestBreakIteratorTailoring()
817 foundError = TRUE; in TestBreakIteratorTailoring()
820 if (!foundError && offsindx < testPtr->numOffsets) { in TestBreakIteratorTailoring()