Home | History | Annotate | Download | only in intltest

Lines Matching refs:foundOffset

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