Lines Matching refs:foundOffset
323 double foundOffset = tz->getRawOffset();324 int32_t foundHour = (int32_t)foundOffset / millisPerHour;325 if (expectedOffset != foundOffset) {