Home | History | Annotate | Download | only in intltest

Lines Matching defs:offset1

565     int32_t offset1, dst1;
570 rbtz->getOffset(times[i], FALSE, offset1, dst1, status);
578 if (offset1 != offset2 || dst1 != dst2) {
1626 int32_t offset1 = otz->getOffset(GregorianCalendar::AD, 2007, UCAL_JULY, 1, UCAL_SUNDAY, 0, status);
1634 if (offset1 != offset2) {
1639 offset1 = otz->getOffset(GregorianCalendar::AD, 2007, UCAL_JULY, 1, UCAL_SUNDAY, 0, 31, status);
1647 if (offset1 != offset2) {