Home | History | Annotate | Download | only in intltest

Lines Matching refs:foundOffset

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