Home
last modified time | relevance | path

Searched refs:caughtException (Results 1 – 5 of 5) sorted by relevance

/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DRBNFParseTest.java82 boolean caughtException = false; in TestParse()
94 caughtException = true; in TestParse()
97 if (except && !caughtException) { in TestParse()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DRBNFParseTest.java83 boolean caughtException = false; in TestParse()
95 caughtException = true; in TestParse()
98 if (except && !caughtException) { in TestParse()
/external/ImageMagick/Magick++/tests/
Dattributes.cpp635 bool caughtException = false; in main() local
648 caughtException = true; in main()
650 if ( caughtException != true ) in main()
787 bool caughtException = false; in main() local
794 caughtException = true; in main()
796 if ( caughtException != true ) in main()
970 bool caughtException = false; in main() local
977 caughtException = true; in main()
979 if ( caughtException != true ) in main()
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
DCollationRegressionTest.java1033 boolean caughtException = false; in Test4216006()
1038 caughtException = true; in Test4216006()
1040 if (!caughtException) { in Test4216006()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/
DCollationRegressionTest.java1034 boolean caughtException = false; in Test4216006()
1039 caughtException = true; in Test4216006()
1041 if (!caughtException) { in Test4216006()