Home | History | Annotate | Download | only in intltest

Lines Matching full:offset1

567     int32_t offset1, dst1;
572 rbtz->getOffset(times[i], FALSE, offset1, dst1, status);
580 if (offset1 != offset2 || dst1 != dst2) {
1628 int32_t offset1 = otz->getOffset(GregorianCalendar::AD, 2007, UCAL_JULY, 1, UCAL_SUNDAY, 0, status);
1636 if (offset1 != offset2) {
1641 offset1 = otz->getOffset(GregorianCalendar::AD, 2007, UCAL_JULY, 1, UCAL_SUNDAY, 0, 31, status);
1649 if (offset1 != offset2) {