/external/icu/icu4j/main/core/src/main/java/com/ibm/icu/util/ |
D | VTimeZone.java | 683 int toOffset = 0; in parse() local 1302 int toOffset = tzt.getTo().getRawOffset() + tzt.getTo().getDSTSavings(); in writeZone() local 1527 int fromOffset, int toOffset, long time, boolean withRDATE) throws IOException { in writeZonePropsByTime() 1541 …void writeZonePropsByDOM(Writer writer, boolean isDst, String tzname, int fromOffset, int toOffset, in writeZonePropsByDOM() 1561 …void writeZonePropsByDOW(Writer writer, boolean isDst, String tzname, int fromOffset, int toOffset, in writeZonePropsByDOW() 1582 …teZonePropsByDOW_GEQ_DOM(Writer writer, boolean isDst, String tzname, int fromOffset, int toOffset, in writeZonePropsByDOW_GEQ_DOM() 1665 …teZonePropsByDOW_LEQ_DOM(Writer writer, boolean isDst, String tzname, int fromOffset, int toOffset, in writeZonePropsByDOW_LEQ_DOM() 1705 int toOffset = rule.getRawOffset() + rule.getDSTSavings(); in writeFinalRule() local 1803 …oneProps(Writer writer, boolean isDst, String tzname, int fromOffset, int toOffset, long startTime… in beginZoneProps()
|
/external/icu/android_icu4j/src/main/java/android/icu/util/ |
D | VTimeZone.java | 651 int toOffset = 0; in parse() local 1270 int toOffset = tzt.getTo().getRawOffset() + tzt.getTo().getDSTSavings(); in writeZone() local 1495 int fromOffset, int toOffset, long time, boolean withRDATE) throws IOException { in writeZonePropsByTime() 1509 …void writeZonePropsByDOM(Writer writer, boolean isDst, String tzname, int fromOffset, int toOffset, in writeZonePropsByDOM() 1529 …void writeZonePropsByDOW(Writer writer, boolean isDst, String tzname, int fromOffset, int toOffset, in writeZonePropsByDOW() 1550 …teZonePropsByDOW_GEQ_DOM(Writer writer, boolean isDst, String tzname, int fromOffset, int toOffset, in writeZonePropsByDOW_GEQ_DOM() 1633 …teZonePropsByDOW_LEQ_DOM(Writer writer, boolean isDst, String tzname, int fromOffset, int toOffset, in writeZonePropsByDOW_LEQ_DOM() 1673 int toOffset = rule.getRawOffset() + rule.getDSTSavings(); in writeFinalRule() local 1771 …oneProps(Writer writer, boolean isDst, String tzname, int fromOffset, int toOffset, long startTime… in beginZoneProps()
|
/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/test/ |
D | PrintTransitions.java | 47 int toOffset = (to.getRawOffset() + to.getDSTSavings()) / 3600000; in main() local
|
/external/cronet/tot/third_party/icu/source/i18n/ |
D | vtzone.cpp | 1519 int32_t toOffset = 0; in parse() local 1928 int32_t toOffset = tzt.getTo()->getRawOffset() + tzt.getTo()->getDSTSavings(); in writeZone() local 2203 int32_t fromOffset, int32_t toOffset, UDate time, UBool withRDATE, in writeZonePropsByTime() 2233 int32_t fromOffset, int32_t toOffset, in writeZonePropsByDOM() 2267 int32_t fromOffset, int32_t toOffset, in writeZonePropsByDOW() 2303 int32_t fromOffset, int32_t toOffset, in writeZonePropsByDOW_GEQ_DOM() 2427 int32_t fromOffset, int32_t toOffset, in writeZonePropsByDOW_LEQ_DOM() 2484 int32_t toOffset = rule->getRawOffset() + rule->getDSTSavings(); in writeFinalRule() local 2515 … int32_t fromOffset, int32_t toOffset, UDate startTime, UErrorCode& status) const { in beginZoneProps()
|
/external/icu/icu4c/source/i18n/ |
D | vtzone.cpp | 1515 int32_t toOffset = 0; in parse() local 1924 int32_t toOffset = tzt.getTo()->getRawOffset() + tzt.getTo()->getDSTSavings(); in writeZone() local 2195 int32_t fromOffset, int32_t toOffset, UDate time, UBool withRDATE, in writeZonePropsByTime() 2225 int32_t fromOffset, int32_t toOffset, in writeZonePropsByDOM() 2259 int32_t fromOffset, int32_t toOffset, in writeZonePropsByDOW() 2295 int32_t fromOffset, int32_t toOffset, in writeZonePropsByDOW_GEQ_DOM() 2419 int32_t fromOffset, int32_t toOffset, in writeZonePropsByDOW_LEQ_DOM() 2476 int32_t toOffset = rule->getRawOffset() + rule->getDSTSavings(); in writeFinalRule() local 2507 … int32_t fromOffset, int32_t toOffset, UDate startTime, UErrorCode& status) const { in beginZoneProps()
|
/external/cronet/stable/third_party/icu/source/i18n/ |
D | vtzone.cpp | 1519 int32_t toOffset = 0; in parse() local 1928 int32_t toOffset = tzt.getTo()->getRawOffset() + tzt.getTo()->getDSTSavings(); in writeZone() local 2203 int32_t fromOffset, int32_t toOffset, UDate time, UBool withRDATE, in writeZonePropsByTime() 2233 int32_t fromOffset, int32_t toOffset, in writeZonePropsByDOM() 2267 int32_t fromOffset, int32_t toOffset, in writeZonePropsByDOW() 2303 int32_t fromOffset, int32_t toOffset, in writeZonePropsByDOW_GEQ_DOM() 2427 int32_t fromOffset, int32_t toOffset, in writeZonePropsByDOW_LEQ_DOM() 2484 int32_t toOffset = rule->getRawOffset() + rule->getDSTSavings(); in writeFinalRule() local 2515 … int32_t fromOffset, int32_t toOffset, UDate startTime, UErrorCode& status) const { in beginZoneProps()
|
/external/icu/android_icu4j/libcore_bridge/src/java/com/android/icu/util/ |
D | ExtendedTimeZone.java | 443 private static ZoneOffset toOffset(int rawOffset) { in toOffset() method in ExtendedTimeZone
|
/external/flatbuffers/kotlin/flatbuffers-kotlin/src/commonMain/kotlin/com/google/flatbuffers/kotlin/ |
D | Flatbuffers.kt | 60 public fun <T> Int.toOffset(): Offset<T> = Offset(this) in toOffset() method
|
/external/icu/icu4j/main/common_tests/src/test/java/com/ibm/icu/dev/test/format/ |
D | TimeZoneFormatTest.java | 447 int toOffset = tzt.getTo().getRawOffset() + tzt.getTo().getDSTSavings(); in TestTimeRoundTrip() local
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/ |
D | TimeZoneFormatTest.java | 450 int toOffset = tzt.getTo().getRawOffset() + tzt.getTo().getDSTSavings(); in TestTimeRoundTrip() local
|
/external/cronet/stable/third_party/icu/source/test/intltest/ |
D | tzfmttst.cpp | 632 int32_t toOffset = tzt.getTo()->getRawOffset() + tzt.getTo()->getDSTSavings(); in RunTimeRoundTripTests() local
|
/external/icu/icu4c/source/test/intltest/ |
D | tzfmttst.cpp | 639 int32_t toOffset = tzt.getTo()->getRawOffset() + tzt.getTo()->getDSTSavings(); in RunTimeRoundTripTests() local
|
/external/cronet/tot/third_party/icu/source/test/intltest/ |
D | tzfmttst.cpp | 632 int32_t toOffset = tzt.getTo()->getRawOffset() + tzt.getTo()->getDSTSavings(); in RunTimeRoundTripTests() local
|