Lines Matching refs:OFFSET
302 // Localized GMT or ISO: total offset (raw + dst) must be preserved.
310 errln((UnicodeString)"Offset round trip failed; tz=" + *tzid
316 // Specific or generic: raw offset must be preserved.
318 errln((UnicodeString)"Raw offset round trip failed; tz=" + *tzid
362 // These patterns only support integer minutes offset
755 const int32_t OFFSET[] = {
860 for (uint32_t i = 0; i < sizeof(OFFSET)/sizeof(OFFSET[0]); i++) {
861 SimpleTimeZone* tz = new SimpleTimeZone(OFFSET[i], UnicodeString("Zone Offset:") + OFFSET[i] + "ms");
870 errln((UnicodeString)"FAIL: pattern=" + PATTERN[j] + ", offset=" + OFFSET[i] + " -> "
874 // Offset out of range
878 errln((UnicodeString)"FAIL: Non-Empty result for pattern=" + PATTERN[j] + ", offset=" + OFFSET[i]
897 SimpleTimeZone* bogusTZ = new SimpleTimeZone(-1, UnicodeString("Zone Offset: -1ms"));
909 int32_t adjustedOffset = OFFSET[i] / MIN_OFFSET_UNIT[j] * MIN_OFFSET_UNIT[j];
911 errln((UnicodeString)"FAIL: Incorrect offset:" + outOffset + "ms for input string: " + ISO_STR[i][j]