Searched refs:AAZTDATA (Results 1 – 1 of 1) sorted by relevance
3461 static const TestAddAcrossZoneTransitionData AAZTDATA[] = variable3607 for (int32_t i = 0; AAZTDATA[i].zone; i++) { in TestAddAcrossZoneTransition()3609 TimeZone *tz = TimeZone::createTimeZone(AAZTDATA[i].zone); in TestAddAcrossZoneTransition()3611 cal.setSkippedWallTimeOption(AAZTDATA[i].skippedWTOpt); in TestAddAcrossZoneTransition()3612 AAZTDATA[i].base.setTo(cal); in TestAddAcrossZoneTransition()3613 cal.add(UCAL_DATE, AAZTDATA[i].deltaDays, status); in TestAddAcrossZoneTransition()3616 if (!AAZTDATA[i].expected.isEquivalentTo(cal, status)) { in TestAddAcrossZoneTransition()3620 const char *optDisp = AAZTDATA[i].skippedWTOpt == UCAL_WALLTIME_FIRST ? "FIRST" : in TestAddAcrossZoneTransition()3621 AAZTDATA[i].skippedWTOpt == UCAL_WALLTIME_LAST ? "LAST" : "NEXT_VALID"; in TestAddAcrossZoneTransition()3622 …dataerrln(UnicodeString("Error: base:") + AAZTDATA[i].base.toString(buf, sizeof(buf)) + ", tz:" + … in TestAddAcrossZoneTransition()[all …]