Home
last modified time | relevance | path

Searched refs:exceptionOccurred (Results 1 – 4 of 4) sorted by relevance

/libcore/ojluni/src/test/java/lang/StringBuffer/
DGetCharsSrcEndLarger.java40 boolean exceptionOccurred = false; in main()
44 exceptionOccurred = true; in main()
46 if (!exceptionOccurred) { in main()
DSupplementary.java326 boolean exceptionOccurred = false; in testCodePoint()
332 exceptionOccurred = true; in testCodePoint()
334 check(!exceptionOccurred, in testCodePoint()
/libcore/ojluni/src/test/java/lang/StringBuilder/
DSupplementary.java341 boolean exceptionOccurred = false; in testCodePoint()
347 exceptionOccurred = true; in testCodePoint()
349 check(!exceptionOccurred, in testCodePoint()
/libcore/ojluni/src/test/java/text/Format/NumberFormat/
DBigDecimalParse.java108 boolean exceptionOccurred; field in BigDecimalParse
673 exceptionOccurred = true; in check()
676 if (!exceptionOccurred) { in check()