/external/icu/android_icu4j/src/main/java/android/icu/util/ |
D | VTimeZone.java | 647 int fromOffset = 0; in parse() local 827 int rawOffset, int dstSavings, long start, List<String> dates, int fromOffset) { in createRuleByRRULE() 1185 int rawOffset, int dstSavings, long start, List<String> dates, int fromOffset) { in createRuleByRDATE() 1265 int fromOffset = tzt.getFrom().getRawOffset() + tzt.getFrom().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() 1599 … int dayOfMonth, int dayOfWeek, int numDays, long untilTime, int fromOffset) throws IOException { in writeZonePropsByDOW_GEQ_DOM_sub() 1630 …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 | 678 int fromOffset = 0; in parse() local 858 int rawOffset, int dstSavings, long start, List<String> dates, int fromOffset) { in createRuleByRRULE() 1216 int rawOffset, int dstSavings, long start, List<String> dates, int fromOffset) { in createRuleByRDATE() 1296 int fromOffset = tzt.getFrom().getRawOffset() + tzt.getFrom().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() 1630 … int dayOfMonth, int dayOfWeek, int numDays, long untilTime, int fromOffset) throws IOException { in writeZonePropsByDOW_GEQ_DOM_sub() 1661 …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 | 525 UVector* dates, int fromOffset, UErrorCode& status) { in createRuleByRRULE() 728 … UDate start, UVector* dates, int32_t fromOffset, UErrorCode& status) { in createRuleByRDATE() 1506 int32_t fromOffset = 0; in parse() local 1956 int32_t fromOffset = tzt.getFrom()->getRawOffset() + tzt.getFrom()->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() 2407 … UDate untilTime, int32_t fromOffset, UErrorCode& status) const { in writeZonePropsByDOW_GEQ_DOM_sub() 2453 int32_t fromOffset, int32_t toOffset, in writeZonePropsByDOW_LEQ_DOM() [all …]
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/ |
D | TimeZoneFormatTest.java | 430 … int fromOffset = tzt.getFrom().getRawOffset() + tzt.getFrom().getDSTSavings(); in TestTimeRoundTrip() local
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
D | TimeZoneFormatTest.java | 426 … int fromOffset = tzt.getFrom().getRawOffset() + tzt.getFrom().getDSTSavings(); in TestTimeRoundTrip() local
|
/external/icu/icu4c/source/test/intltest/ |
D | tzfmttst.cpp | 514 … int32_t fromOffset = tzt.getFrom()->getRawOffset() + tzt.getFrom()->getDSTSavings(); in run() local
|