Home | History | Annotate | Download | only in i18n

Lines Matching defs:toOffset

1506                 int32_t toOffset = 0;
1513 toOffset = offsetStrToMillis(to, status);
1520 if (toOffset - fromOffset > 0) {
1522 dstSavings = toOffset - fromOffset;
1525 rawOffset = toOffset - DEF_DSTSAVINGS;
1529 rawOffset = toOffset;
1560 if (fromOffset - toOffset == DEF_DSTSAVINGS) {
1957 int32_t toOffset = tzt.getTo()->getRawOffset() + tzt.getTo()->getDSTSavings();
1973 && dstToOffset == toOffset
2001 dstToOffset = toOffset;
2024 && stdToOffset == toOffset
2052 stdToOffset = toOffset;
2221 int32_t fromOffset, int32_t toOffset, UDate time, UBool withRDATE,
2226 beginZoneProps(writer, isDst, zonename, fromOffset, toOffset, time, status);
2248 int32_t fromOffset, int32_t toOffset,
2254 beginZoneProps(writer, isDst, zonename, fromOffset, toOffset, startTime, status);
2282 int32_t fromOffset, int32_t toOffset,
2288 beginZoneProps(writer, isDst, zonename, fromOffset, toOffset, startTime, status);
2318 int32_t fromOffset, int32_t toOffset,
2327 writeZonePropsByDOW(writer, isDst, zonename, fromOffset, toOffset,
2334 writeZonePropsByDOW(writer, isDst, zonename, fromOffset, toOffset,
2341 beginZoneProps(writer, isDst, zonename, fromOffset, toOffset, startTime, status);
2442 int32_t fromOffset, int32_t toOffset,
2451 writeZonePropsByDOW(writer, isDst, zonename, fromOffset, toOffset,
2455 writeZonePropsByDOW(writer, isDst, zonename, fromOffset, toOffset,
2459 writeZonePropsByDOW(writer, isDst, zonename, fromOffset, toOffset,
2463 writeZonePropsByDOW_GEQ_DOM(writer, isDst, zonename, fromOffset, toOffset,
2496 int32_t toOffset = rule->getRawOffset() + rule->getDSTSavings();
2501 writeZonePropsByDOM(writer, isDst, name, fromRawOffset + fromDSTSavings, toOffset,
2505 writeZonePropsByDOW(writer, isDst, name, fromRawOffset + fromDSTSavings, toOffset,
2509 writeZonePropsByDOW_GEQ_DOM(writer, isDst, name, fromRawOffset + fromDSTSavings, toOffset,
2513 writeZonePropsByDOW_LEQ_DOM(writer, isDst, name, fromRawOffset + fromDSTSavings, toOffset,
2527 int32_t fromOffset, int32_t toOffset, UDate startTime, UErrorCode& status) const {
2545 millisToOffset(toOffset, dstr);