/external/cldr/tools/java/org/unicode/cldr/test/ |
D | PrintTransitions.java | 50 int fromOffset = (from.getRawOffset() + from.getDSTSavings()) / 3600000; in main() local 66 int fromOffset = (from.getRawOffset() + from.getDSTSavings()) / 3600000; in main() local
|
/external/icu/android_icu4j/src/main/java/android/icu/util/ |
D | VTimeZone.java | 653 int fromOffset = 0; in parse() local 833 int rawOffset, int dstSavings, long start, List<String> dates, int fromOffset) { in createRuleByRRULE() 1191 int rawOffset, int dstSavings, long start, List<String> dates, int fromOffset) { in createRuleByRDATE() 1271 int fromOffset = tzt.getFrom().getRawOffset() + tzt.getFrom().getDSTSavings(); in writeZone() local 1498 int fromOffset, int toOffset, long time, boolean withRDATE) throws IOException { in writeZonePropsByTime() 1512 …void writeZonePropsByDOM(Writer writer, boolean isDst, String tzname, int fromOffset, int toOffset, in writeZonePropsByDOM() 1532 …void writeZonePropsByDOW(Writer writer, boolean isDst, String tzname, int fromOffset, int toOffset, in writeZonePropsByDOW() 1553 …teZonePropsByDOW_GEQ_DOM(Writer writer, boolean isDst, String tzname, int fromOffset, int toOffset, in writeZonePropsByDOW_GEQ_DOM() 1605 … int dayOfMonth, int dayOfWeek, int numDays, long untilTime, int fromOffset) throws IOException { in writeZonePropsByDOW_GEQ_DOM_sub() 1636 …teZonePropsByDOW_LEQ_DOM(Writer writer, boolean isDst, String tzname, int fromOffset, int toOffset, in writeZonePropsByDOW_LEQ_DOM() [all …]
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
D | VTimeZone.java | 684 int fromOffset = 0; in parse() local 864 int rawOffset, int dstSavings, long start, List<String> dates, int fromOffset) { in createRuleByRRULE() 1222 int rawOffset, int dstSavings, long start, List<String> dates, int fromOffset) { in createRuleByRDATE() 1302 int fromOffset = tzt.getFrom().getRawOffset() + tzt.getFrom().getDSTSavings(); in writeZone() local 1529 int fromOffset, int toOffset, long time, boolean withRDATE) throws IOException { in writeZonePropsByTime() 1543 …void writeZonePropsByDOM(Writer writer, boolean isDst, String tzname, int fromOffset, int toOffset, in writeZonePropsByDOM() 1563 …void writeZonePropsByDOW(Writer writer, boolean isDst, String tzname, int fromOffset, int toOffset, in writeZonePropsByDOW() 1584 …teZonePropsByDOW_GEQ_DOM(Writer writer, boolean isDst, String tzname, int fromOffset, int toOffset, in writeZonePropsByDOW_GEQ_DOM() 1636 … int dayOfMonth, int dayOfWeek, int numDays, long untilTime, int fromOffset) throws IOException { in writeZonePropsByDOW_GEQ_DOM_sub() 1667 …teZonePropsByDOW_LEQ_DOM(Writer writer, boolean isDst, String tzname, int fromOffset, int toOffset, in writeZonePropsByDOW_LEQ_DOM() [all …]
|
/external/icu/icu4c/source/i18n/ |
D | vtzone.cpp | 527 UVector* dates, int fromOffset, UErrorCode& status) { in createRuleByRRULE() 730 … UDate start, UVector* dates, int32_t fromOffset, UErrorCode& status) { in createRuleByRDATE() 1508 int32_t fromOffset = 0; in parse() local 1948 int32_t fromOffset = tzt.getFrom()->getRawOffset() + tzt.getFrom()->getDSTSavings(); in writeZone() local 2224 int32_t fromOffset, int32_t toOffset, UDate time, UBool withRDATE, in writeZonePropsByTime() 2251 int32_t fromOffset, int32_t toOffset, in writeZonePropsByDOM() 2285 int32_t fromOffset, int32_t toOffset, in writeZonePropsByDOW() 2321 int32_t fromOffset, int32_t toOffset, in writeZonePropsByDOW_GEQ_DOM() 2399 … UDate untilTime, int32_t fromOffset, UErrorCode& status) const { in writeZonePropsByDOW_GEQ_DOM_sub() 2445 int32_t fromOffset, int32_t toOffset, in writeZonePropsByDOW_LEQ_DOM() [all …]
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
D | TimeZoneFormatTest.java | 441 … int fromOffset = tzt.getFrom().getRawOffset() + tzt.getFrom().getDSTSavings(); in TestTimeRoundTrip() local
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/ |
D | TimeZoneFormatTest.java | 444 … int fromOffset = tzt.getFrom().getRawOffset() + tzt.getFrom().getDSTSavings(); in TestTimeRoundTrip() local
|
/external/icu/icu4c/source/test/intltest/ |
D | tzfmttst.cpp | 624 … int32_t fromOffset = tzt.getFrom()->getRawOffset() + tzt.getFrom()->getDSTSavings(); in RunTimeRoundTripTests() local
|