Lines Matching refs:foundError
932 UBool foundError; in TestBreakIteratorTailoring() local
934 foundError = false; in TestBreakIteratorTailoring()
936 if (!foundError && offsindx >= testPtr->numOffsets) { in TestBreakIteratorTailoring()
939 foundError = true; in TestBreakIteratorTailoring()
940 } else if (!foundError && offset != testPtr->offsFwd[offsindx]) { in TestBreakIteratorTailoring()
943 foundError = true; in TestBreakIteratorTailoring()
946 if (!foundError && offsindx < testPtr->numOffsets) { in TestBreakIteratorTailoring()
951 foundError = false; in TestBreakIteratorTailoring()
953 if (!foundError && offsindx >= testPtr->numOffsets) { in TestBreakIteratorTailoring()
956 foundError = true; in TestBreakIteratorTailoring()
957 } else if (!foundError && offset != testPtr->offsRev[offsindx]) { in TestBreakIteratorTailoring()
960 foundError = true; in TestBreakIteratorTailoring()
963 if (!foundError && offsindx < testPtr->numOffsets) { in TestBreakIteratorTailoring()