Home
last modified time | relevance | path

Searched refs:shouldBeGood (Results 1 – 3 of 3) sorted by relevance

/external/icu/icu4c/source/test/intltest/
Dtzregts.cpp623 UBool shouldBeGood = (DATA[i] == GOOD); in Test4154542() local
637 if (U_SUCCESS(status) != shouldBeGood) { in Test4154542()
640 (shouldBeGood ? (") should work") in Test4154542()
651 if (U_SUCCESS(status) != shouldBeGood) { in Test4154542()
654 (shouldBeGood ? (") should work") in Test4154542()
669 if (U_SUCCESS(status) != shouldBeGood) { in Test4154542()
672 (shouldBeGood ? (", <end>) should work")// + ex) in Test4154542()
687 if (U_SUCCESS(status) != shouldBeGood) { in Test4154542()
690 (shouldBeGood ? (") should work")// + ex) in Test4154542()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/timezone/
DTimeZoneRegression.java493 boolean shouldBeGood = (DATA[i] == GOOD); in Test4154542()
505 if ((ex == null) != shouldBeGood) { in Test4154542()
508 (shouldBeGood ? (") should work but throws " + ex) in Test4154542()
518 if ((ex == null) != shouldBeGood) { in Test4154542()
521 (shouldBeGood ? (") should work but throws " + ex) in Test4154542()
533 if ((ex == null) != shouldBeGood) { in Test4154542()
536 (shouldBeGood ? (", <end>) should work but throws " + ex) in Test4154542()
549 if ((ex == null) != shouldBeGood) { in Test4154542()
552 (shouldBeGood ? (") should work but throws " + ex) in Test4154542()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/timezone/
DTimeZoneRegression.java489 boolean shouldBeGood = (DATA[i] == GOOD); in Test4154542()
501 if ((ex == null) != shouldBeGood) { in Test4154542()
504 (shouldBeGood ? (") should work but throws " + ex) in Test4154542()
514 if ((ex == null) != shouldBeGood) { in Test4154542()
517 (shouldBeGood ? (") should work but throws " + ex) in Test4154542()
529 if ((ex == null) != shouldBeGood) { in Test4154542()
532 (shouldBeGood ? (", <end>) should work but throws " + ex) in Test4154542()
545 if ((ex == null) != shouldBeGood) { in Test4154542()
548 (shouldBeGood ? (") should work but throws " + ex) in Test4154542()