Searched refs:gotError (Results 1 – 12 of 12) sorted by relevance
279 let gotError = false; variable281 gotError = true;284 assert.strictEqual(gotError, true);292 let gotError = false;294 gotError = true;297 assert.strictEqual(gotError, false);306 let gotError = false;308 gotError = true;314 assert.strictEqual(gotError, true);
59 let gotError = false; variable64 for (let i = 1; i < 10 && !gotError; i++) {77 if (!gotError)82 gotError = true;
61 let gotError = false; variable65 for (let i = 1; i < 10 && !gotError; i++) {76 if (!gotError)81 gotError = true;
48 boolean gotError = false; in CheckIncrementalAux()53 gotError = true; in CheckIncrementalAux()60 gotError = true; in CheckIncrementalAux()62 if(!gotError){ in CheckIncrementalAux()
651 boolean gotError = (err != null); in TestJ329()653 (gotError ? (" -> error: " + err) : " -> no error"); in TestJ329()
51 boolean gotError = false; in CheckIncrementalAux()56 gotError = true; in CheckIncrementalAux()63 gotError = true; in CheckIncrementalAux()65 if(!gotError){ in CheckIncrementalAux()
654 boolean gotError = (err != null); in TestJ329()656 (gotError ? (" -> error: " + err) : " -> no error"); in TestJ329()
312 bool gotError = false; in iterate() local348 gotError = true; in iterate()406 else if (gotError) in iterate()409 if (compareOk && !gotError && !isLastIter) in iterate()
652 boolean gotError = false; in TestClientSupport()657 … gotError |= !assertEquals(ulocale + "\tBucket Labels (" + index + ")", bucketLabel, myLabel); in TestClientSupport()669 …gotError |= !assertEquals(ulocale + "\t" + bucketLabel + "\t" + "Record Names (" + index + "." + r… in TestClientSupport()675 …gotError |= !assertEquals(ulocale + "\t" + bucketLabel + "\t" + "Record Names (" + index + "." + r… in TestClientSupport()679 if (gotError) { in TestClientSupport()
655 boolean gotError = false; in TestClientSupport()660 … gotError |= !assertEquals(ulocale + "\tBucket Labels (" + index + ")", bucketLabel, myLabel); in TestClientSupport()672 …gotError |= !assertEquals(ulocale + "\t" + bucketLabel + "\t" + "Record Names (" + index + "." + r… in TestClientSupport()678 …gotError |= !assertEquals(ulocale + "\t" + bucketLabel + "\t" + "Record Names (" + index + "." + r… in TestClientSupport()682 if (gotError) { in TestClientSupport()
894 UBool gotError = U_FAILURE(status); in TestJ329() local896 desc.append(gotError ? " -> error" : " -> no error"); in TestJ329()897 if (gotError) { in TestJ329()903 if (gotError == DATA[i].containsErrors) { in TestJ329()3718 UBool gotError = false; in CheckIncrementalAux() local3719 (void)gotError; // Suppress set but not used warning. in CheckIncrementalAux()3726 gotError = true; in CheckIncrementalAux()3735 gotError = true; in CheckIncrementalAux()