Home | History | Annotate | Download | only in intltest

Lines Matching refs:foundOffset

320       double foundOffset = tz->getRawOffset();
321 int32_t foundHour = (int32_t)foundOffset / millisPerHour;
322 if (expectedOffset != foundOffset) {