Home | History | Annotate | Download | only in intltest

Lines Matching refs:foundOffset

313       double foundOffset = tz->getRawOffset();
314 int32_t foundHour = (int32_t)foundOffset / millisPerHour;
315 if (expectedOffset != foundOffset) {