Home | History | Annotate | Download | only in intltest

Lines Matching defs:to

37 // when year/rule are changed. Although we want to keep our eyes on test failures
40 // to indicate a development build (0) or official release build (others). For development
123 logln("to get the difference in seconds between coordinated universal");
132 * We downgrade this from errln to infoln. When we see this message,
194 UDate julyOne = julyOneStd + endHour - 3600000; // Adjust from wall to Std time
424 dataerrln("Unable to create TimeZone enumeration");
542 dataerrln("Failed to create enumration for ANY");
548 errln("Failed to create enumration for CANONICAL");
554 errln("Failed to create enumration for CANONICALLOC");
560 errln("Failed to create enumration for ANY_US");
566 errln("Failed to create enumration for CANONICAL_US");
572 errln("Failed to create enumration for CANONICALLOC_US");
579 errln("Failed to create enumration for ANY_W5");
585 errln("Failed to create enumration for ANY_CA_W5");
592 errln("Failed to create enumration for ANY_US_E14");
758 * file, used to build ICU alias zones, is working. It also
766 * process means that it is easy to update ICU to contain the
774 * definition. This test has been updated to reflect this.
809 * In addition to these problems, a number of zones are FAKE. That is, they
838 // Create a small struct to hold the array
1115 * 4044013), TimeZone.getTimeZone() has been modified to recognize
1201 const char *to;
1329 TimeZone *from = NULL, *to = NULL;
1332 to = TimeZone::createTimeZone(kData[i].to);
1333 if(!from->hasSameRules(*to)) {
1344 to->getDisplayName(useDst[k], styles[j], locale, toName);
1348 + " to id "+ kData[i].to
1358 to->getDisplayName(toName);
1364 delete to;
1483 // Now be smart -- check to see if zh resource is even present.
1545 // It might be better to find a way to integrate this test into the main TimeZone
1546 // tests above, but I don't have time to figure out how to do this (or if it's
1560 errln(UnicodeString("Set DST offset to 0.5 hour, but got back ") + (tz->getDSTSavings() /
1598 // test at the top of this class, but I didn't have time to figure out how to do that.
1694 dataerrln("Unable to create TimeZone enumeration for US");
1744 errln("Failed to fetch next from TimeZone enumeration. Length returned : %i Current Index: %i", n,i);
1750 errln("Failed to fetch next from TimeZone enumeration. Length returned : %i Current Index: %i", n,i);
1772 // Add transition points (before/after) as desired to test historical
1844 // to the last Sunday in February.
1845 // Similar to the new rule for Brazil (Sao Paulo) in tzdata2006n.
1857 errln("Unable to create the SimpleTimeZone(nov-feb): %s", u_errorName(status));
1872 errln("Unable to create the SimpleTimeZone(nov-feb2): %s", u_errorName(status));
1879 dataerrln("Unable to create the UTC calendar: %s", u_errorName(status));
2090 dataerrln("Unable to create TimeZone enumeration");
2189 + "\") set " + isSystemID + " to isSystemID");
2297 dataerrln("***Note: Errors could be the result of changes to zoneStrings locale data");