Lines Matching defs:offset
219 static UDate parseDateTimeString(const UnicodeString& str, int32_t offset, UErrorCode& status) {
275 time -= offset;
281 * Convert RFC2445 utc-offset string to milliseconds
294 // utf-offset must be 5 or 7 characters
304 // utf-offset must start with "+" or "-"
327 * Convert milliseconds to RFC2445 utc-offset string
1378 UnicodeString from; // current zone from offset
1379 UnicodeString to; // current zone offset
1383 int32_t initialRawOffset = 0; // initial offset
1384 int32_t initialDSTSavings = 0; // initial offset
1424 // Always in 'Z' format, so the offset argument for the parse method
1526 // If daylight, use the previous offset as rawoffset if positive
1560 // save from offset information for the earliest rule
2030 int32_t raw, dst, offset;
2035 offset = raw + dst;
2041 offset, offset, DEF_TZSTARTTIME - offset, false, status);