Home | History | Annotate | Download | only in intltest

Lines Matching refs:foundOffset

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