Home | History | Annotate | Download | only in intltest

Lines Matching refs:offset1

566     int32_t offset1, dst1;
571 rbtz->getOffset(times[i], FALSE, offset1, dst1, status);
579 if (offset1 != offset2 || dst1 != dst2) {
1627 int32_t offset1 = otz->getOffset(GregorianCalendar::AD, 2007, UCAL_JULY, 1, UCAL_SUNDAY, 0, status);
1635 if (offset1 != offset2) {
1640 offset1 = otz->getOffset(GregorianCalendar::AD, 2007, UCAL_JULY, 1, UCAL_SUNDAY, 0, 31, status);
1648 if (offset1 != offset2) {