HomeSort by relevance Sort by last modified time
    Searched refs:shouldBeGood (Results 1 - 3 of 3) sorted by null

  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/timezone/
TimeZoneRegressionTest.java 506 boolean shouldBeGood = (DATA[i] == GOOD);
518 if ((ex == null) != shouldBeGood) {
521 (shouldBeGood ? (") should work but throws " + ex)
531 if ((ex == null) != shouldBeGood) {
534 (shouldBeGood ? (") should work but throws " + ex)
546 if ((ex == null) != shouldBeGood) {
549 (shouldBeGood ? (", <end>) should work but throws " + ex)
562 if ((ex == null) != shouldBeGood) {
565 (shouldBeGood ? (") should work but throws " + ex)
    [all...]
  /external/icu/icu4c/source/test/intltest/
tzregts.cpp 625 UBool shouldBeGood = (DATA[i] == GOOD);
639 if (U_SUCCESS(status) != shouldBeGood) {
642 (shouldBeGood ? (") should work")
653 if (U_SUCCESS(status) != shouldBeGood) {
656 (shouldBeGood ? (") should work")
671 if (U_SUCCESS(status) != shouldBeGood) {
674 (shouldBeGood ? (", <end>) should work")// + ex)
689 if (U_SUCCESS(status) != shouldBeGood) {
692 (shouldBeGood ? (") should work")// + ex)
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/timezone/
TimeZoneRegressionTest.java 503 boolean shouldBeGood = (DATA[i] == GOOD);
515 if ((ex == null) != shouldBeGood) {
518 (shouldBeGood ? (") should work but throws " + ex)
528 if ((ex == null) != shouldBeGood) {
531 (shouldBeGood ? (") should work but throws " + ex)
543 if ((ex == null) != shouldBeGood) {
546 (shouldBeGood ? (", <end>) should work but throws " + ex)
559 if ((ex == null) != shouldBeGood) {
562 (shouldBeGood ? (") should work but throws " + ex)
    [all...]

Completed in 88 milliseconds