/external/icu/android_icu4j/src/main/java/android/icu/util/ |
D | VTimeZone.java | 648 int toOffset = 0; in parse() local 1267 int toOffset = tzt.getTo().getRawOffset() + tzt.getTo().getDSTSavings(); in writeZone() local 1492 int fromOffset, int toOffset, long time, boolean withRDATE) throws IOException { in writeZonePropsByTime() 1506 …void writeZonePropsByDOM(Writer writer, boolean isDst, String tzname, int fromOffset, int toOffset, in writeZonePropsByDOM() 1526 …void writeZonePropsByDOW(Writer writer, boolean isDst, String tzname, int fromOffset, int toOffset, in writeZonePropsByDOW() 1547 …teZonePropsByDOW_GEQ_DOM(Writer writer, boolean isDst, String tzname, int fromOffset, int toOffset, in writeZonePropsByDOW_GEQ_DOM() 1630 …teZonePropsByDOW_LEQ_DOM(Writer writer, boolean isDst, String tzname, int fromOffset, int toOffset, in writeZonePropsByDOW_LEQ_DOM() 1670 int toOffset = rule.getRawOffset() + rule.getDSTSavings(); in writeFinalRule() local 1768 …oneProps(Writer writer, boolean isDst, String tzname, int fromOffset, int toOffset, long startTime… in beginZoneProps()
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
D | VTimeZone.java | 679 int toOffset = 0; in parse() local 1298 int toOffset = tzt.getTo().getRawOffset() + tzt.getTo().getDSTSavings(); in writeZone() local 1523 int fromOffset, int toOffset, long time, boolean withRDATE) throws IOException { in writeZonePropsByTime() 1537 …void writeZonePropsByDOM(Writer writer, boolean isDst, String tzname, int fromOffset, int toOffset, in writeZonePropsByDOM() 1557 …void writeZonePropsByDOW(Writer writer, boolean isDst, String tzname, int fromOffset, int toOffset, in writeZonePropsByDOW() 1578 …teZonePropsByDOW_GEQ_DOM(Writer writer, boolean isDst, String tzname, int fromOffset, int toOffset, in writeZonePropsByDOW_GEQ_DOM() 1661 …teZonePropsByDOW_LEQ_DOM(Writer writer, boolean isDst, String tzname, int fromOffset, int toOffset, in writeZonePropsByDOW_LEQ_DOM() 1701 int toOffset = rule.getRawOffset() + rule.getDSTSavings(); in writeFinalRule() local 1799 …oneProps(Writer writer, boolean isDst, String tzname, int fromOffset, int toOffset, long startTime… in beginZoneProps()
|
/external/icu/icu4c/source/i18n/ |
D | vtzone.cpp | 1507 int32_t toOffset = 0; in parse() local 1958 int32_t toOffset = tzt.getTo()->getRawOffset() + tzt.getTo()->getDSTSavings(); in writeZone() local 2232 int32_t fromOffset, int32_t toOffset, UDate time, UBool withRDATE, in writeZonePropsByTime() 2259 int32_t fromOffset, int32_t toOffset, in writeZonePropsByDOM() 2293 int32_t fromOffset, int32_t toOffset, in writeZonePropsByDOW() 2329 int32_t fromOffset, int32_t toOffset, in writeZonePropsByDOW_GEQ_DOM() 2453 int32_t fromOffset, int32_t toOffset, in writeZonePropsByDOW_LEQ_DOM() 2507 int32_t toOffset = rule->getRawOffset() + rule->getDSTSavings(); in writeFinalRule() local 2538 … int32_t fromOffset, int32_t toOffset, UDate startTime, UErrorCode& status) const { in beginZoneProps()
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/ |
D | TimeZoneFormatTest.java | 431 int toOffset = tzt.getTo().getRawOffset() + tzt.getTo().getDSTSavings(); in TestTimeRoundTrip() local
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
D | TimeZoneFormatTest.java | 427 int toOffset = tzt.getTo().getRawOffset() + tzt.getTo().getDSTSavings(); in TestTimeRoundTrip() local
|
/external/icu/icu4c/source/test/intltest/ |
D | tzfmttst.cpp | 515 … int32_t toOffset = tzt.getTo()->getRawOffset() + tzt.getTo()->getDSTSavings(); in run() local
|