Lines Matching refs:TESTZONES
132 BasicTimeZone *TESTZONES[NUM_TIMEZONES]; in TestGetOffsetAroundTransition() local
134 TESTZONES[0] = (BasicTimeZone*)TimeZone::createTimeZone("America/Los_Angeles"); in TestGetOffsetAroundTransition()
135 TESTZONES[1] = new SimpleTimeZone(-8*HOUR, "Simple Pacific Time", in TestGetOffsetAroundTransition()
182 TESTZONES[2] = rbPT; in TestGetOffsetAroundTransition()
208 …int32_t offset = TESTZONES[i]->getOffset(GregorianCalendar::AD, DATES[d][0], DATES[d][1], DATES[d]… in TestGetOffsetAroundTransition()
226 TESTZONES[i]->getOffset(MILLIS[m], true, rawOffset, dstOffset, status); in TestGetOffsetAroundTransition()
246 …TESTZONES[i]->getOffsetFromLocal(MILLIS[m], UCAL_TZ_LOCAL_STANDARD_FORMER, UCAL_TZ_LOCAL_STANDARD_… in TestGetOffsetAroundTransition()
267 …TESTZONES[i]->getOffsetFromLocal(MILLIS[m], UCAL_TZ_LOCAL_DAYLIGHT_LATTER, UCAL_TZ_LOCAL_DAYLIGHT_… in TestGetOffsetAroundTransition()
288 TESTZONES[i]->getOffsetFromLocal(MILLIS[m], UCAL_TZ_LOCAL_FORMER, UCAL_TZ_LOCAL_LATTER, in TestGetOffsetAroundTransition()
309 TESTZONES[i]->getOffsetFromLocal(MILLIS[m], UCAL_TZ_LOCAL_LATTER, UCAL_TZ_LOCAL_FORMER, in TestGetOffsetAroundTransition()
325 delete TESTZONES[i]; in TestGetOffsetAroundTransition()