Searched refs:exceptionOccurred (Results 1 – 4 of 4) sorted by relevance
40 boolean exceptionOccurred = false; in main()44 exceptionOccurred = true; in main()46 if (!exceptionOccurred) { in main()
326 boolean exceptionOccurred = false; in testCodePoint()332 exceptionOccurred = true; in testCodePoint()334 check(!exceptionOccurred, in testCodePoint()
341 boolean exceptionOccurred = false; in testCodePoint()347 exceptionOccurred = true; in testCodePoint()349 check(!exceptionOccurred, in testCodePoint()
108 boolean exceptionOccurred; field in BigDecimalParse673 exceptionOccurred = true; in check()676 if (!exceptionOccurred) { in check()